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.centerLeft
|
||||
: Alignment.centerRight);
|
||||
}).paddingOnly(
|
||||
bottom: (messageModel.direction == MessageDirection.received) ? 12 : 0);
|
||||
}).paddingOnly(bottom: 12);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user