summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-12-12 15:30:24 -0800
committerIhab Awad <ihab@google.com>2014-12-12 15:30:24 -0800
commite23b42bdfffcd959e184474ecd92a007c3d42ac8 (patch)
tree056c2702d88e3c73cf8bcdcc657c568562928f23 /src
parent0458b213bfdebe7a4c7c263e6e51b072be4498c0 (diff)
Avoid spurious Talkback notifications
Bug: 18678952 Change-Id: I2f15cad4b71ba780e6ed860b5dd67c745a3b4823
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dialer/widget/OverlappingPaneLayout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/dialer/widget/OverlappingPaneLayout.java b/src/com/android/dialer/widget/OverlappingPaneLayout.java
index 95a0e43de..8f911c2da 100644
--- a/src/com/android/dialer/widget/OverlappingPaneLayout.java
+++ b/src/com/android/dialer/widget/OverlappingPaneLayout.java
@@ -230,7 +230,6 @@ public class OverlappingPaneLayout extends ViewGroup {
setWillNotDraw(false);
ViewCompat.setAccessibilityDelegate(this, new AccessibilityDelegate());
- ViewCompat.setImportantForAccessibility(this, ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_YES);
mDragHelper = ViewDragHelper.create(this, 0.5f, new DragHelperCallback());
mDragHelper.setMinVelocity(MIN_FLING_VELOCITY * density);