drag messagelist scrollbar fix
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
erinn 2021-08-27 14:58:12 -07:00
parent 08635aec7f
commit d6b6069ef1
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))
])));
}
}