Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6571e6d authored by George Lin's avatar George Lin
Browse files

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
parent 2584e8fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(() -> {