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
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
_scrollController.addListener(() => _updateScrollController);
|
_scrollController.addListener(_updateScrollController);
|
||||||
|
|
||||||
super.initState();
|
super.initState();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue