Merge commit 'bb5374a0eba3ab6593e0ef0139f776e586ad867d' into fluffychat-merge
This commit is contained in:
commit
d79daee47f
2 changed files with 1 additions and 1 deletions
|
|
@ -670,6 +670,7 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
}
|
||||
// Pangea#
|
||||
if (state != AppLifecycleState.resumed) return;
|
||||
if (!mounted) return;
|
||||
setReadMarker();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
<script src="assets/assets/js/package/olm.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue