[fenix] For https://github.com/mozilla-mobile/fenix/issues/27697 - Load icon for...
commit69206f8418721dacc73f7f60da4f39335fba4f85
authorDreVla <vlad.dreghici@gmail.com>
Mon, 7 Nov 2022 13:34:54 +0000 (7 15:34 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 16 Dec 2022 08:04:22 +0000 (16 08:04 +0000)
treebb53eceb4120bc3c52c310ea1764baa7501a33cb
parente6c4a11f8d6c8952a87eb861f277d8a7b5c7470e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27697 - Load icon for unified search engine immediately.

The engine icon was set after the screen was visible leading to a delay.
With this solution, the icon will be set before the screen is visible
eliminating any visible artefacts.
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/search/toolbar/SearchSelectorToolbarAction.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/search/toolbar/SearchSelectorToolbarActionTest.kt