summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:21:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-14 00:21:23 +0000
commit05d630ccafce91ac6f40b8a3fe934d715cba971e (patch)
tree56da2cbe6b60d177bd4773350293fdf74483bc2d
parent8502473e6e914d338583e34286f9cdeaed4c1010 (diff)
parente6571e6d719944d3e3a76f0fc82c6a1b813f7685 (diff)
downloadThemePicker-android14-qpr2-s1-release.tar.gz
Change-Id: Ifef9ed1af96116d30793893e7238d049f27f568a
-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 d74bfaea..18bc89c7 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, WallpaperConnection.WHICH_PREVIEW.PREVIEW_CURRENT);
+ }, mWallpaperSurface, WallpaperConnection.WhichPreview.PREVIEW_CURRENT);
mWallpaperConnection.setVisibility(true);
mHomePreview.post(() -> {