ui fix
This commit is contained in:
parent
b605346c3c
commit
3ee692bf37
|
|
@ -323,7 +323,6 @@ class NewVoiceMessage extends StatelessWidget {
|
||||||
alignment: (messageModel.direction == MessageDirection.received)
|
alignment: (messageModel.direction == MessageDirection.received)
|
||||||
? Alignment.centerLeft
|
? Alignment.centerLeft
|
||||||
: Alignment.centerRight);
|
: Alignment.centerRight);
|
||||||
}).paddingOnly(
|
}).paddingOnly(bottom: 12);
|
||||||
bottom: (messageModel.direction == MessageDirection.received) ? 12 : 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user