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

Commit 23188c2b authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Restore jankless transition keyguard-to-wallpaper" into klp-dev

parents 31cab2f8 de43ebe8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8525,7 +8525,6 @@ public class WindowManagerService extends IWindowManager.Stub
                // We are transitioning from an activity with
                // a wallpaper to one without.
                transit = AppTransition.TRANSIT_WALLPAPER_CLOSE;
                mAnimateWallpaperWithTarget = true;
                if (DEBUG_APP_TRANSITIONS) Slog.v(TAG,
                        "New transit away from wallpaper: " + transit);
            } else if (mWallpaperTarget != null && mWallpaperTarget.isVisibleLw()) {