-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prejoin): fix join meeting from external/calendar link while in …
…another meeting (#15310) If you are in meeting and you want to join another meeting from an external link, it is not possible. That is because Prejoin screen didn't get unmounted, isJoining remains true and button is unpressable. Most probably because react navigation, where the screen only gets focused or blurred.
- Loading branch information
1 parent
50e9413
commit 63e69c2
Showing
2 changed files
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters