[fenix] For https://github.com/mozilla-mobile/fenix/issues/24114 - Dispatch the current mode when the HomeFragment is created

pull/600/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent ec1d6dfc7d
commit dbdc477aba

@ -225,6 +225,8 @@ class HomeFragment : Fragment() {
::dispatchModeChanges
)
components.appStore.dispatch(AppAction.ModeChange(currentMode.getCurrentMode()))
lifecycleScope.launch(IO) {
if (requireContext().settings().showPocketRecommendationsFeature) {
val categories = components.core.pocketStoriesService.getStories()

Loading…
Cancel
Save