fix: Scroll down button not showing
This commit is contained in:
parent
dc5a7cc133
commit
d1272809be
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class _ChatState extends State<_Chat> {
|
|||
|
||||
@override
|
||||
void initState() {
|
||||
_scrollController.addListener(() => _updateScrollController);
|
||||
_scrollController.addListener(_updateScrollController);
|
||||
|
||||
super.initState();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue