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

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

Change-Id: I54f17f1b4c2b457f5bee1412d08392f7222e240a
This commit is contained in:
TreeHugger Robot
2021-09-21 03:46:10 +00:00
committed by Automerger Merge Worker

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