am da652f6e: Merge "Revert change to correct animations." into jb-dev
* commit 'da652f6e51e5b255019ac020d56e262e477c2a46': Revert change to correct animations.
This commit is contained in:
@@ -8078,7 +8078,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
}
|
}
|
||||||
if (DEBUG_APP_TRANSITIONS) Slog.v(TAG,
|
if (DEBUG_APP_TRANSITIONS) Slog.v(TAG,
|
||||||
"New transit: " + transit);
|
"New transit: " + transit);
|
||||||
} else if ((oldWallpaper != null) && (oldWallpaper != mWallpaperTarget)) {
|
} else if (oldWallpaper != null) {
|
||||||
// We are transitioning from an activity with
|
// We are transitioning from an activity with
|
||||||
// a wallpaper to one without.
|
// a wallpaper to one without.
|
||||||
transit = WindowManagerPolicy.TRANSIT_WALLPAPER_CLOSE;
|
transit = WindowManagerPolicy.TRANSIT_WALLPAPER_CLOSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user