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

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

Merge "Don't snap to task when tapping task icon in overview grid" into sc-v2-dev

parents 954a3dd0 d4864e5c
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 {