diff --git a/lib/widgets/messagelist.dart b/lib/widgets/messagelist.dart index e6f8ab64..0605352b 100644 --- a/lib/widgets/messagelist.dart +++ b/lib/widgets/messagelist.dart @@ -56,7 +56,6 @@ class _MessageListState extends State { 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 { ); }, ) - : null))) + : null)) ]))); } }