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

Commit c31f380a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e23dd065 4293032b
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()));