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

* commit '24c8ac3b0912762ce6f3cdadc46c253f407af396':
  Fix issue #3414328: A couple panics observed during an attempted...
This commit is contained in:
Dianne Hackborn
2011-02-04 15:05:24 -08:00
committed by Android Git Automerger

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);
}
}