-
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
Android - Sign-in page flickers after using autofill #39374
Conversation
@allroundexperts Please 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] |
@allroundexperts Friendly bump, whenever you get the chance 🙏 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-04.at.5.01.05.AM.movAndroid: mWeb ChromeScreen.Recording.2024-04-04.at.5.01.39.AM.moviOS: NativeScreen.Recording.2024-04-04.at.5.03.36.AM.moviOS: mWeb SafariScreen.Recording.2024-04-04.at.5.02.42.AM.movMacOS: Chrome / SafariScreen.Recording.2024-04-04.at.5.07.08.AM.movMacOS: DesktopScreen.Recording.2024-04-04.at.5.08.43.AM.mov |
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.
Works good. Thanks @ikevin127!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.63-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.63-21 🚀
|
Details
We're passing all the styles from the Lottie animation to the empty View component which is rendered while the animation is loading. We're doing this because when we're unmounting the animation and displaying the
View
, this should have exactly the same size as the animation itself ensuring there won't be any layout shifting and therefore no flicker.Fixed Issues
$ #38347
PROPOSAL: #38347 (comment)
Note
This issue / fix is only visible on Android but the Lottie component is universal to all platforms.
Tests
Precondition: User has saved credentials on the device.
Test 1:
Test 2:
Offline tests
TLDR: same as Tests.
Precondition: User has saved credentials on the device.
Test 1:
Test 2:
QA Steps
TLDR: same as Tests.
Precondition: User has saved credentials on the device.
Test 1:
Test 2:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov