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

Commit b5933bae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clear mSeamlessRotating in InsetsSourceProvider.setWindow" into sc-v2-dev am: c31f380a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15853778

Change-Id: I94ef8beca9a76097cf5edbdb537c6efba3ae622b
parents a6954077 c31f380a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -163,6 +163,7 @@ class InsetsSourceProvider {
            // animate-out as new one animates-in.
            mWin.cancelAnimation();
            mWin.mProvidedInsetsSources.remove(mSource.getType());
            mSeamlessRotating = false;
        }
        ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", win,
                InsetsState.typeToString(mSource.getType()));