mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1874374 - Fix wallpaper settings home navigation issue
This commit is contained in:
parent
3ad78f0e6c
commit
ad87b6e654
@ -112,7 +112,7 @@ class WallpaperSettingsFragment : Fragment() {
|
|||||||
requireComponents.appStore.dispatch(
|
requireComponents.appStore.dispatch(
|
||||||
AppAction.WallpaperAction.OpenToHome,
|
AppAction.WallpaperAction.OpenToHome,
|
||||||
)
|
)
|
||||||
findNavController().navigate(R.id.homeFragment)
|
findNavController().popBackStack(R.id.homeFragment, false)
|
||||||
}
|
}
|
||||||
.show()
|
.show()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user