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

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

Merge cherrypicks of [8549820, 8549668, 8549613, 8549614, 8549935, 8549808,...

Merge cherrypicks of [8549820, 8549668, 8549613, 8549614, 8549935, 8549808, 8549876, 8549809, 8549552] into qt-release

Change-Id: I86207f3f19b13d8a3c99d77c594cd711e31b40a4
parents 361d116b eb66898b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -164,12 +164,6 @@ public abstract class RecentsUiFactory {
            }
        }

        if (FeatureFlags.PULL_DOWN_STATUS_BAR && Utilities.IS_DEBUG_DEVICE
                && !launcher.getDeviceProfile().isMultiWindowMode
                && !launcher.getDeviceProfile().isVerticalBarLayout()) {
            list.add(new StatusBarTouchController(launcher));
        }

        list.add(new LauncherTaskViewController(launcher));
        return list.toArray(new TouchController[list.size()]);
    }