Merge "Always unfreeze display."

This commit is contained in:
Dianne Hackborn
2011-10-05 11:25:19 -07:00
committed by Android (Google) Code Review

View File

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