Merge "Fix black screen when launching app from Recents into non-docked area"

This commit is contained in:
Chong Zhang
2016-01-11 20:42:34 +00:00
committed by Android (Google) Code Review

View File

@@ -2977,7 +2977,7 @@ public class WindowManagerService extends IWindowManager.Stub
+ " frame=" + frame + " insets=" + insets + " surfaceInsets=" + surfaceInsets);
Animation a = mAppTransition.loadAnimation(lp, transit, enter,
mCurConfiguration.orientation, frame, insets, surfaceInsets, isVoiceInteraction,
freeform, atoken.mTask.mTaskId);
!fullscreen, atoken.mTask.mTaskId);
if (a != null) {
if (DEBUG_ANIM) {
RuntimeException e = null;