Always unfreeze display.

Change-Id: I7a0f3be49fe723fe59cf6268861bc5fe7f49bc62
This commit is contained in:
Dianne Hackborn
2011-10-04 19:18:25 -07:00
parent a1aebdf787
commit 161dc80ea7

View File

@@ -9002,8 +9002,8 @@ public class WindowManagerService extends IWindowManager.Stub
mScreenRotationAnimation = null;
}
updateRotation = true;
Surface.unfreezeDisplay(0);
}
Surface.unfreezeDisplay(0);
mInputMonitor.thawInputDispatchingLw();