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

Commit 73387743 authored by Jon Miranda's avatar Jon Miranda
Browse files

Make drag handle visible in overview landscape mode.

Bug: 77552542
Change-Id: Ia05662f83dc865b7a1a134e225373a804d26fc3e
parent 83bf457a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ public class OverviewState extends LauncherState {
    @Override
    public int getVisibleElements(Launcher launcher) {
        if (launcher.getDeviceProfile().isVerticalBarLayout()) {
            return NONE;
            return DRAG_HANDLE_INDICATOR;
        } else {
            return HOTSEAT_SEARCH_BOX | DRAG_HANDLE_INDICATOR |
                    (launcher.getAppsView().getFloatingHeaderView().hasVisibleContent()