summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Poultney <poultney@google.com>2023-03-31 18:17:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-03-31 18:17:29 +0000
commit906af32bee648d8a272826531909f94c041f0f16 (patch)
treebaea5c2149cc18052d8112997f8450202b43b3ee
parent5c533418261bca4f84c945a46f7e6ee3f2a81aef (diff)
parent14d94d608d3476dad75dd086e47454e553d1dca2 (diff)
Merge "Updates wallpaper preview when choosing new wallpaper" into tm-qpr-dev
-rw-r--r--src/com/android/wallpaper/model/WallpaperSectionController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/wallpaper/model/WallpaperSectionController.java b/src/com/android/wallpaper/model/WallpaperSectionController.java
index 649e79aa..4fd824bc 100644
--- a/src/com/android/wallpaper/model/WallpaperSectionController.java
+++ b/src/com/android/wallpaper/model/WallpaperSectionController.java
@@ -134,7 +134,7 @@ public class WallpaperSectionController implements
@OnLifecycleEvent(Lifecycle.Event.ON_RESUME)
@MainThread
public void onResume() {
- refreshCurrentWallpapers(/* forceRefresh= */ mSavedInstanceState == null);
+ refreshCurrentWallpapers(/* forceRefresh= */ true);
updateLivePreviewVisibility(true);
}