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

Commit 60a74642 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 24c8ac3b: Merge "Fix issue #34143287: A couple panics observed during an...

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

* commit '24c8ac3b':
  Fix issue #34143287: A couple panics observed during an attempted...
parents bdb23c26 24c8ac3b
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);
            }
        }