Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24c8ac3b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 2e96f15d 3e4f9d04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
            }
        }