-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defer loading the tab switcher button until view did load (#3326)
Task/Issue URL: https://app.asana.com/0/414709148257752/1208092544762425/f Tech Design URL: CC: @bwaresiak **Description**: Defer loading the tab switcher button until view did load to avoid Lottie trying to do something with the view hierarchy when not available. **Steps to test this PR**: 1. On the phone, open, close and re-order tabs. Make sure tab switcher button reflects correct state. 3. On the iPad, open, close and re-order tabs. Make sure tab switcher button reflects correct state. 4. Enable "app lock" from settings. Background app. Ensure blank snapshot view is correct. Foreground app and open / close tabs. 5. Launch the app using a link from cold and while in the background.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters