-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(whiteboard/native): ui fixes #14585
Conversation
Calinteodor
commented
Apr 1, 2024
- Fixed screen go back handler.
- Moved screen to ConferenceNavigationContainer.
- Fixed screen options.
- Fixed navigation routes.
@@ -45,7 +45,6 @@ MiddlewareRegistry.register((store: IStore) => next => action => { | |||
store.dispatch(setupWhiteboard({ | |||
collabDetails: metadata[WHITEBOARD_ID].collabDetails | |||
})); | |||
store.dispatch(setWhiteboardOpen(true)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simulator.Screen.Recording.-.iPhone.14.-.2024-04-01.at.14.01.40.mp4
Why this approach? Why not leave it to the user to open/close the whiteboard whenever they want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just leaving the reason here for posterity: other participants wouldn't otherwise get notified that a moderator has enabled the whiteboard. Maybe a notification with an action to take you to the whiteboard would fix the existing issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need. This change was discussed and reverted. All good.