Merge "Don't crop task with RemoteAnimaionTarget#contentInsets" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-08-02 13:05:02 +00:00
committed by Android (Google) Code Review

View File

@@ -444,7 +444,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
4 - rotationChange);
}
}
if (mDeviceProfile.isTaskbarPresentInApps) {
if (mDeviceProfile.isTaskbarPresentInApps && !target.willShowImeOnTarget) {
// Animate to above the taskbar.
bounds.bottom -= target.contentInsets.bottom;
}