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

This commit is contained in:
Craig Mautner
2012-06-03 00:57:23 -07:00
committed by Android (Google) Code Review

View File

@@ -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;