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

Commit 70a421e2 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Consume ACTION_UP when fling is detected on top of icon" into ub-launcher3-calgary-polish

parents 37ecabc8 035a516e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ public class Workspace extends PagedView
                    if (shouldConsumeTouch(v)) return true;
                    if (super.onTouch(v, ev)) {
                        mLauncher.startSearch("", false, null, false);
                        return true;
                    }
                    return false;
                }
@@ -610,6 +611,7 @@ public class Workspace extends PagedView
                    if (shouldConsumeTouch(v)) return true;
                    if (super.onTouch(v, ev)) {
                        mLauncher.startSearch("", false, null, false);
                        return true;
                    }
                    return false;
                }