fix: Scroll down button not showing

This commit is contained in:
Sorunome 2020-09-20 14:36:53 +02:00
parent c8a63c6d9d
commit 8cd8f90501
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class _ChatState extends State<_Chat> {
@override
void initState() {
_scrollController.addListener(() => _updateScrollController);
_scrollController.addListener(_updateScrollController);
super.initState();
}