-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix iPad split view #8199
Fix iPad split view #8199
Conversation
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.
Q: do we need this file anymore? Still referring to isSplitView but should have been isSplit. But it feels like all the type def is in the rnutils/src/index.tsx.
https://github.com/mattermost/mattermost-mobile/blob/main/types/global/device.d.ts#L8
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 1 small non-blocking question.
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.
Verified fix on test build. Mobile view displays with app in split view and slide over view, using iPad multitasking. 👍
* Fix iPad split view * remove unused type def
Summary
This PR fixes Split View on iPad
Ticket Link
https://mattermost.atlassian.net/browse/MM-60365
Release Note