Skip to content

Commit

Permalink
TW-2068: Fix can't see message after accept invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Nov 19, 2024
1 parent ef76c72 commit 450476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ class ChatController extends State<Chat>
await room?.join();
await waitForRoom;
},
);
).then((_) => _tryLoadTimeline());
}

void onRejectInvitation(BuildContext context) async {
Expand Down

0 comments on commit 450476d

Please sign in to comment.