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

Commit 8ddc17f3 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5895359 from d2d58656 to qt-qpr1-release

Change-Id: I05de7323b6e2ab3617eb0e14e30467c67a4be797
parents b5a9b67f d2d58656
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -381,6 +381,10 @@ public final class LauncherActivityControllerHelper implements ActivityControlHe
            TaskView runningTaskView = recentsView.getRunningTaskView();
            if (runningTaskView == null) {
                runningTaskView = recentsView.getTaskViewAt(recentsView.getCurrentPage());
                if (runningTaskView == null) {
                    // There are no task views in LockTask mode when Overview is enabled.
                    return;
                }
            }
            TimeInterpolator oldInterpolator = translateY.getInterpolator();
            Rect fallbackInsets = launcher.getDeviceProfile().getInsets();