chore: Follow up sdk update fix
This commit is contained in:
parent
384a21bef7
commit
dec28087ee
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ class ChatListController extends State<ChatList> with TickerProviderStateMixin {
|
||||||
final client = Matrix.of(context).client;
|
final client = Matrix.of(context).client;
|
||||||
await client.roomsLoading;
|
await client.roomsLoading;
|
||||||
await client.accountDataLoading;
|
await client.accountDataLoading;
|
||||||
if (client.onSync.value == null) {
|
if (client.prevBatch == null) {
|
||||||
await client.onSync.stream.first;
|
await client.onSync.stream.first;
|
||||||
}
|
}
|
||||||
// Load space members to display DM rooms
|
// Load space members to display DM rooms
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue