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

This commit is contained in:
TreeHugger Robot
2021-09-21 03:18:46 +00:00
committed by Android (Google) Code Review

View File

@@ -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()));