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

Commit b219e314 authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Make sure desktop task view is only used in proto 2" into tm-qpr-dev

parents 8b4ac56e 6adae751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2616,7 +2616,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
    }

    private boolean hasDesktopTask(Task[] runningTasks) {
        if (!DESKTOP_MODE_SUPPORTED) {
        if (!DesktopTaskView.DESKTOP_IS_PROTO2_ENABLED) {
            return false;
        }
        for (Task task : runningTasks) {