summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorGeorge Lin <giolin@google.com>2023-12-11 22:00:16 +0000
committerGeorge Lin <giolin@google.com>2023-12-12 15:43:29 +0000
commite6571e6d719944d3e3a76f0fc82c6a1b813f7685 (patch)
tree56da2cbe6b60d177bd4773350293fdf74483bc2d /src/com
parent2584e8fe181cd029f281ce522ce8cbecf8cf32cf (diff)
downloadThemePicker-e6571e6d719944d3e3a76f0fc82c6a1b813f7685.tar.gz
Renaming WhichPreview following the camal case (2/3)
Test: Build success Bug: 315850406 Flag: ACONFIG com.android.wallpaper.multi_crop_preview_ui_flag DEVELOPMENT Change-Id: If7c143c2d2c887cd941aedbfdf874aeac7277638
Diffstat (limited to 'src/com')
-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(() -> {