mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix conversation alignments
This commit is contained in:
parent
af8e558d9f
commit
e7e81da05d
@ -21,6 +21,7 @@ class ConversationsAreaWidgetState extends State<ConversationsAreaWidget> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
children: _openConversations.map(_conversationWindow).toList()
|
||||
..add(_buildOpenButton()),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user