Merge "Fix issue #3414328: A couple panics observed during an attempted..." into honeycomb

This commit is contained in:
Dianne Hackborn
2011-02-04 15:03:27 -08:00
committed by Android (Google) Code Review

View File

@ -692,7 +692,7 @@ public class WindowManagerService extends IWindowManager.Stub
boolean changed = setRotationUncheckedLocked(
WindowManagerPolicy.USE_LAST_ROTATION, 0, false);
if (changed) {
sendNewConfiguration();
mH.sendEmptyMessage(H.SEND_NEW_CONFIGURATION);
}
}
@ -11075,7 +11075,7 @@ public class WindowManagerService extends IWindowManager.Stub
boolean changed = setRotationUncheckedLocked(
WindowManagerPolicy.USE_LAST_ROTATION, 0, false);
if (changed) {
sendNewConfiguration();
mH.sendEmptyMessage(H.SEND_NEW_CONFIGURATION);
}
}