mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 10:42:35 +01:00
fix: Scroll down button not showing
This commit is contained in:
parent
c8a63c6d9d
commit
8cd8f90501
@ -131,7 +131,7 @@ class _ChatState extends State<_Chat> {
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
_scrollController.addListener(() => _updateScrollController);
|
||||
_scrollController.addListener(_updateScrollController);
|
||||
|
||||
super.initState();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user