summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PagedView.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-17 14:43:41 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-17 14:43:41 -0700
commitc268148f06f5c6c30deb1678e74530ef5aa85a67 (patch)
treeee179b0e3dd08c1c158e9dd761b10dd75fe37e0f /src/com/android/launcher3/PagedView.java
parent017a5c1e6524a0b93b7fdec1de7a49aaf1d04852 (diff)
parent9fc953b94dbc6b99e6de08c9dcc80a0cb8e3e319 (diff)
downloadandroid_packages_apps_Trebuchet-c268148f06f5c6c30deb1678e74530ef5aa85a67.tar.gz
android_packages_apps_Trebuchet-c268148f06f5c6c30deb1678e74530ef5aa85a67.tar.bz2
android_packages_apps_Trebuchet-c268148f06f5c6c30deb1678e74530ef5aa85a67.zip
resolved conflicts for merge of 9fc953b9 to ub-launcher3-master
Change-Id: Ia3e845a2e336c846cceefdc2d1e8c6786753f1b1
Diffstat (limited to 'src/com/android/launcher3/PagedView.java')
-rw-r--r--src/com/android/launcher3/PagedView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java
index 7a142ad87..3702cdaf8 100644
--- a/src/com/android/launcher3/PagedView.java
+++ b/src/com/android/launcher3/PagedView.java
@@ -2258,7 +2258,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
// Besides disabling the accessibility long-click, this also prevents this view from getting
// accessibility focus.
info.setLongClickable(false);
- if (Utilities.isLmpOrAbove()) {
+ if (Utilities.ATLEAST_LOLLIPOP) {
info.removeAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_LONG_CLICK);
}
}