|
|
@ -300,6 +300,9 @@ class ChatController extends State<ChatPageWithRoom>
|
|
|
|
_showScrollUpMaterialBanner(readMarkerEventId);
|
|
|
|
_showScrollUpMaterialBanner(readMarkerEventId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Mark room as read on first visit if requirements are fulfilled
|
|
|
|
|
|
|
|
setReadMarker();
|
|
|
|
|
|
|
|
|
|
|
|
if (!mounted) return;
|
|
|
|
if (!mounted) return;
|
|
|
|
} catch (e, s) {
|
|
|
|
} catch (e, s) {
|
|
|
|
ErrorReporter(context, 'Unable to load timeline').onErrorCallback(e, s);
|
|
|
|
ErrorReporter(context, 'Unable to load timeline').onErrorCallback(e, s);
|
|
|
|