Closes #26999: fix disapprearing wallpapers after going back to home screen

This commit is contained in:
mike a 2022-09-15 15:26:11 -07:00 committed by mergify[bot]
parent 8b18d24187
commit c81e7a1453

View File

@ -698,6 +698,7 @@ class HomeFragment : Fragment() {
appBarLayout = null appBarLayout = null
_binding = null _binding = null
bundleArgs.clear() bundleArgs.clear()
lastAppliedWallpaperName = Wallpaper.defaultName
} }
override fun onStart() { override fun onStart() {