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

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

am 60a74642: am 24c8ac3b: Merge "Fix issue #34143287: A couple panics observed...

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

* commit '60a74642':
  Fix issue #34143287: A couple panics observed during an attempted...
parents 3da2538a 60a74642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -694,7 +694,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);
            }
        }

@@ -11080,7 +11080,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);
            }
        }