am edc63317: Merge "Always unfreeze display."

* commit 'edc633170fb28fd17395472d000875f19d157e18':
  Always unfreeze display.
This commit is contained in:
Dianne Hackborn
2011-10-05 11:26:49 -07:00
committed by Android Git Automerger

View File

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