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
1 changed files with 1 additions and 0 deletions

View File

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