You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src
Grisha Kruglov 60943df6d9 Closes #9561: Fix initialization order in HomeMenu
`init` blocks are executed before `val` initialization which is declared afterwards
in the class. In this case, we had `quitItem` and `reconnectToSyncItem` as lazy,
but declared after the `init` block which may need them. And so, while this compiles
just fine, in practice we run into an NPE as the `init` block tries to get the lazy's value.

Simply re-ordering initialization fixes the problem.
5 years ago
..
androidTest Updated the method to verify system notifications and added new tests for media notifications (#9330) 5 years ago
debug Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
fenixBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
fenixNightly Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
fennecBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
fennecNightly/res Optimize PNGs. 5 years ago
fennecProduction/res/xml Closes #8273: Add shortcuts.xml for fennecProduction variant. 5 years ago
geckoBeta/java/org/mozilla/fenix/engine Closes #7450: Lazy storage initialization 5 years ago
geckoNightly/java/org/mozilla/fenix/engine Closes #7450: Lazy storage initialization 5 years ago
main Closes #9561: Fix initialization order in HomeMenu 5 years ago
migration Pass lazy references to FennecMigrator 5 years ago
test For #9498: Update unit tests with new constructor argument 5 years ago