fix: Open room from notification click produces errors
This commit is contained in:
parent
ecabac9064
commit
fdaeccbf70
2 changed files with 3 additions and 2 deletions
|
|
@ -148,6 +148,7 @@ class ChatController extends State<Chat> {
|
|||
return;
|
||||
}
|
||||
setReadMarker();
|
||||
if (!scrollController.hasClients) return;
|
||||
if (scrollController.position.pixels ==
|
||||
scrollController.position.maxScrollExtent &&
|
||||
timeline!.events.isNotEmpty &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue