mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 05:48:54 +00:00
Fix conversation alignments
This commit is contained in:
@@ -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()),
|
||||
);
|
||||
|
Reference in New Issue
Block a user