Merge "Clear mSeamlessRotating in InsetsSourceProvider.setWindow" into sc-v2-dev am: c31f380a7d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15853778 Change-Id: I94ef8beca9a76097cf5edbdb537c6efba3ae622b
This commit is contained in:
@@ -163,6 +163,7 @@ class InsetsSourceProvider {
|
|||||||
// animate-out as new one animates-in.
|
// animate-out as new one animates-in.
|
||||||
mWin.cancelAnimation();
|
mWin.cancelAnimation();
|
||||||
mWin.mProvidedInsetsSources.remove(mSource.getType());
|
mWin.mProvidedInsetsSources.remove(mSource.getType());
|
||||||
|
mSeamlessRotating = false;
|
||||||
}
|
}
|
||||||
ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", win,
|
ProtoLog.d(WM_DEBUG_WINDOW_INSETS, "InsetsSource setWin %s for type %s", win,
|
||||||
InsetsState.typeToString(mSource.getType()));
|
InsetsState.typeToString(mSource.getType()));
|
||||||
|
|||||||
Reference in New Issue
Block a user