drag messagelist scrollbar fix #159

Merged
sarah merged 1 commits from scrollfix into trunk 2021-08-27 21:59:22 +00:00
1 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ class _MessageListState extends State<MessageList> {
Text("")),
))),
Expanded(
child: Scrollbar(
child: Container(
// Only show broken heart is the contact is offline...
decoration: BoxDecoration(
@ -94,7 +93,7 @@ class _MessageListState extends State<MessageList> {
);
},
)
: null)))
: null))
])));
}
}