For #24114 - Dispatch the current mode when the HomeFragment is created

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 48635fb031
commit b72c915d77

@ -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