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

Commit d4864e5c authored by Alex Chau's avatar Alex Chau
Browse files

Don't snap to task when tapping task icon in overview grid

- Open task menu directly instead of snapping to task, as there are spaces to do so unlike small screen

Fix: 201428316
Test: Tap task icon with clear all button shown in overview grid, no snapping
Test: Tap task icon with clear all button shown in non-grid overview, snapped to last task
Change-Id: Ief79f7c758c4109e5c7722b2f35647db98a9f05c
parent bfb69964
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -795,7 +795,8 @@ public class TaskView extends FrameLayout implements Reusable {
            return true;
        }

        if (!getRecentsView().isClearAllHidden()) {
        if (!mActivity.getDeviceProfile().overviewShowAsGrid
                && !getRecentsView().isClearAllHidden()) {
            getRecentsView().snapToPage(getRecentsView().indexOfChild(this));
            return false;
        } else {