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

Commit d6f79830 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 7db37b3d 30f891b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }