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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user