1
0
Fork 0
fenix/app/src/main
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.
2020-03-31 16:07:35 -07:00
..
assets For #5892: Update horizontal line styling 2020-02-11 12:02:16 +01:00
java/org/mozilla Closes #9561: Fix initialization order in HomeMenu 2020-03-31 16:07:35 -07:00
res For issue #8520: Polish Add-on manager UIs 2020-03-31 17:20:20 -04:00
AndroidManifest.xml Update to new feature-media API. 2020-03-29 23:13:13 -07:00
ic_launcher-web.png Optimize PNGs. 2020-02-14 09:41:54 -08:00
ic_launcher_private-web.png Optimize PNGs. 2020-02-14 09:41:54 -08:00