summaryrefslogtreecommitdiff
path: root/src/com/android/customization/picker/WallpaperPreviewer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/customization/picker/WallpaperPreviewer.java')
-rw-r--r--src/com/android/customization/picker/WallpaperPreviewer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/customization/picker/WallpaperPreviewer.java b/src/com/android/customization/picker/WallpaperPreviewer.java
index 1b9ea9fc..d74bfaea 100644
--- a/src/com/android/customization/picker/WallpaperPreviewer.java
+++ b/src/com/android/customization/picker/WallpaperPreviewer.java
@@ -241,7 +241,7 @@ public class WallpaperPreviewer implements LifecycleObserver {
() -> mFadeInScrim.setVisibility(View.INVISIBLE));
}
}
- }, mWallpaperSurface);
+ }, mWallpaperSurface, WallpaperConnection.WHICH_PREVIEW.PREVIEW_CURRENT);
mWallpaperConnection.setVisibility(true);
mHomePreview.post(() -> {