Merge "Take new screen shot before kill previous one." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c93f22f2e9
@@ -5616,11 +5616,6 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
mLatencyTracker.onActionStart(ACTION_ROTATE_SCREEN);
|
||||
mExitAnimId = exitAnim;
|
||||
mEnterAnimId = enterAnim;
|
||||
ScreenRotationAnimation screenRotationAnimation =
|
||||
displayContent.getRotationAnimation();
|
||||
if (screenRotationAnimation != null) {
|
||||
screenRotationAnimation.kill();
|
||||
}
|
||||
|
||||
displayContent.updateDisplayInfo();
|
||||
final int originalRotation = overrideOriginalRotation != ROTATION_UNDEFINED
|
||||
|
||||
Reference in New Issue
Block a user