2
0
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:
rahulsainani 2024-01-12 11:06:53 +01:00 committed by mergify[bot]
parent 3ad78f0e6c
commit ad87b6e654

View File

@ -112,7 +112,7 @@ class WallpaperSettingsFragment : Fragment() {
requireComponents.appStore.dispatch(
AppAction.WallpaperAction.OpenToHome,
)
findNavController().navigate(R.id.homeFragment)
findNavController().popBackStack(R.id.homeFragment, false)
}
.show()