1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 12:59:21 +00:00

Fix conversation alignments

This commit is contained in:
Pierre HUBERT 2020-05-09 09:32:10 +02:00
parent af8e558d9f
commit e7e81da05d

View File

@ -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()),
);