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

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

Merge "Revert change to correct animations." into jb-dev

parents 1f3c11b7 3aa7fcac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8078,7 +8078,7 @@ public class WindowManagerService extends IWindowManager.Stub
                }
                if (DEBUG_APP_TRANSITIONS) Slog.v(TAG,
                        "New transit: " + transit);
            } else if ((oldWallpaper != null) && (oldWallpaper != mWallpaperTarget)) {
            } else if (oldWallpaper != null) {
                // We are transitioning from an activity with
                // a wallpaper to one without.
                transit = WindowManagerPolicy.TRANSIT_WALLPAPER_CLOSE;