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

This commit is contained in:
Hyunyoung Song
2016-09-30 23:21:04 +00:00
committed by Android (Google) Code Review
+2
View File
@@ -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;
}