mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.1k stars 2.88k forks source link

Optimize BrowserViewControllerState #20751

Open data-sync-user opened 4 weeks ago

data-sync-user commented 4 weeks ago

Currently every view that should be presented is a bool in BrowserViewControllerState. We can optimize this by creating an email for all the views that should be presented and saving the value in only one variable.

┆Issue is synchronized with this Jira Task

data-sync-user commented 3 weeks ago

➤ Winnie Teichmann commented:

For QA: This is a internal code change only. Nothing needs to be tested.