-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try to improve viewDidLoad * Remove UISearchController init from startpath, wasn't even needed + fix some stuff that needs to be on the main thread * Remove redundant call to updateToolbarStateForTraitCollection Move telemetry in the telemetry tracking class * Update - Move Search bar telemetry to the trackStartUpTelemetry function - Move updateCreditCardAutofillStatus into main.async - Remove commented code - Move setupNotifications back to setupEssentialUI since we dont want race conditions * Create setupNonEssentialUI function * Remove non essential UI + change to Task(priority:) for background telemetry queue
- Loading branch information
Showing
4 changed files
with
48 additions
and
46 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
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