-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Revert "Make status bar transparent on android" #15771
Conversation
This reverts commit 1c3cbe0.
@eVoloshchak @MonilBhavsar One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Hey @MonilBhavsar, I've also asked in engineering chat to speed up this one. |
Reviewer Checklist
Screenshots/VideosAdded an android video in other comment, no need to test in other paltforms WebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
Hey @MonilBhavsar, we don't need the full checklist here. I'll merge once you have tested just Android, as no other platforms are modified. |
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.
Looking good
|
Revert "Make status bar transparent on android" (cherry picked from commit 743bfa6)
…-15771 🍒 Cherry pick PR #15771 to staging 🍒
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.2.81-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/roryabraham in version: 1.2.81-1 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
Simply revert this PR, which introduced a regression.
Fixed Issues
$ #15770
Tests
Offline tests
N/A -- covered by above case
QA Steps
Run above test
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Only Android is relevant
Android 13
android13.mp4
Android 8
android8.mp4