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

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

Loading…
Cancel
Save