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

Commit 3e4f9d04 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #34143287: A couple panics observed during an attempted...

...pairing to IHF1700 - IKXEVEREST-3627

Change-Id: I3d5b42d65a03ed19b8460c607ff5de862bccb4e6
parent 1b1962f3
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);
            }
        }