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

Commit b32f477b authored by Bhavuk Jain's avatar Bhavuk Jain Committed by Automerger Merge Worker
Browse files

Added changes to WallpaperPreviewer for sending the current state in the am: 43b6f49b

parents 1f0acfc1 43b6f49b
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);
                    }, mWallpaperSurface, WallpaperConnection.WHICH_PREVIEW.PREVIEW_CURRENT);

            mWallpaperConnection.setVisibility(true);
            mHomePreview.post(() -> {