-
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
Bugfix FXIOS-10004 [Toolbar redesign] Fix address toolbar bottom borders on scroll #22079
Bugfix FXIOS-10004 [Toolbar redesign] Fix address toolbar bottom borders on scroll #22079
Conversation
let needsAddressToolbarUpdate = toolbarState.addressToolbar.borderPosition != addressBorderPosition | ||
|
||
guard needsAddressToolbarUpdate else { return } | ||
|
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 longer need this check because now we only dispatch the action when the toolbar borders need updating
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.
Awesome! Thanks for optimizing this! 🎉
There is still an issue where the border would be shown after the user taps on a link of a scrolled website but we can address this in another ticket as well.
Client.app: Coverage: 29.81
Generated by 🚫 Danger Swift against 5a4fd03 |
📜 Tickets
Jira ticket
Github issue
💡 Description
📹 Video
Simulator.Screen.Recording.-.iPhone.15.-.2024-09-18.at.23.00.11.mp4
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)