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

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

Merge "Make drag handle visible in overview landscape mode." into ub-launcher3-master

parents 5a3262e5 73387743
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()