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

Commit e874af5b authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Clear pending position state if insets provider window is changed" into main

parents 2dbbc73b ac33252c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -178,6 +178,7 @@ class InsetsSourceProvider {
            mWindowContainer.cancelAnimation();
            mWindowContainer.cancelAnimation();
            mWindowContainer.getInsetsSourceProviders().remove(mSource.getId());
            mWindowContainer.getInsetsSourceProviders().remove(mSource.getId());
            mSeamlessRotating = false;
            mSeamlessRotating = false;
            mHasPendingPosition = false;
        }
        }
        ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s",
        ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s",
                windowContainer, WindowInsets.Type.toString(mSource.getType()));
                windowContainer, WindowInsets.Type.toString(mSource.getType()));