fix scroll to bottom glitching
This commit is contained in:
@@ -881,7 +881,6 @@ class _StreamMessageListViewState extends State<StreamMessageListView> {
|
||||
_scrollController!.jumpTo(index: 0);
|
||||
});
|
||||
} else {
|
||||
_showScrollToBottom.value = false;
|
||||
_scrollController!.scrollTo(
|
||||
index: 0,
|
||||
duration: const Duration(seconds: 1),
|
||||
|
||||
Reference in New Issue
Block a user