-
Notifications
You must be signed in to change notification settings - Fork 731
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
Locking phones to portrait during FTUE onboarding #4918
Locking phones to portrait during FTUE onboarding #4918
Conversation
- uses a resource bucket flag for determining if the device is big enough to be considered a tablet and in turn, enable a landscape experience
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.
LGTM 👍
@@ -2,5 +2,6 @@ | |||
<resources> | |||
|
|||
<dimen name="width_percent">1</dimen> | |||
<bool name="is_tablet">false</bool> |
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.
weird to see that in a file (that I) named tablet.xml
:)
Can I ask you to add the same rotation lock to the Activity Thanks! |
will do 👍 6f8533c |
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.
Thanks!
Matrix SDKIntegration Tests Results:
|
Part of #4584