mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
chore: Follow up sdk update fix
This commit is contained in:
parent
5f0b5784c1
commit
9e55f6a4d3
@ -529,7 +529,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
|
||||
final client = Matrix.of(context).client;
|
||||
await client.roomsLoading;
|
||||
await client.accountDataLoading;
|
||||
if (client.onSync.value == null) {
|
||||
if (client.prevBatch == null) {
|
||||
await client.onSync.stream.first;
|
||||
}
|
||||
// Load space members to display DM rooms
|
||||
|
Loading…
Reference in New Issue
Block a user