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