fix probleme with date displaying "hier" when display date
continuous-integration/drone/push Build is passing Details

FIX_LIKES_LDE
Lucas Delanier 2 years ago
parent d714e18cbb
commit 2b6182f5d0

@ -27,7 +27,6 @@ class _ButtonPlayComponentState extends State<ButtonPlayComponent> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return GestureDetector( return GestureDetector(
child: GestureDetector(
onTap: () { onTap: () {
if (isPlaying) { if (isPlaying) {
widget.music.stopSong(); widget.music.stopSong();
@ -46,6 +45,6 @@ class _ButtonPlayComponentState extends State<ButtonPlayComponent> {
color: Colors.white, color: Colors.white,
size: 45, size: 45,
), ),
)); );
} }
} }

@ -111,8 +111,7 @@ class _DetailPostScreenState extends State<DetailPostScreen> {
), ),
Column( Column(
children: [ children: [
IgnorePointer( Container(
child: Container(
height: 200, height: 200,
margin: EdgeInsets.only(top: 230), margin: EdgeInsets.only(top: 230),
width: double.infinity, width: double.infinity,
@ -258,7 +257,6 @@ class _DetailPostScreenState extends State<DetailPostScreen> {
), ),
), ),
), ),
),
widget.post.description != null widget.post.description != null
? Align( ? Align(
alignment: Alignment.bottomLeft, alignment: Alignment.bottomLeft,

Loading…
Cancel
Save