Skip to content

Commit

Permalink
Always unfreeze display.
Browse files Browse the repository at this point in the history
Change-Id: I7a0f3be49fe723fe59cf6268861bc5fe7f49bc62
  • Loading branch information
Dianne Hackborn committed Oct 5, 2011
1 parent a1aebdf commit 161dc80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9002,8 +9002,8 @@ private void stopFreezingDisplayLocked() {
mScreenRotationAnimation = null;
}
updateRotation = true;
Surface.unfreezeDisplay(0);
}
Surface.unfreezeDisplay(0);

mInputMonitor.thawInputDispatchingLw();

Expand Down

0 comments on commit 161dc80

Please sign in to comment.