diff options
author | Ihab Awad <ihab@google.com> | 2014-12-15 18:46:21 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-15 18:46:21 +0000 |
commit | 5bfeebac81861dbba0a502170aed67a2ed1d4a45 (patch) | |
tree | 056c2702d88e3c73cf8bcdcc657c568562928f23 | |
parent | 6dd3466d1cbdbc1101a2f1d3526d1b4502fa1bd8 (diff) | |
parent | aa986c9157bb098846bb84cc30b68e0e7e5d77fa (diff) |
am aa986c91: am 7bf7d32d: am e23b42bd: Avoid spurious Talkback notifications
* commit 'aa986c9157bb098846bb84cc30b68e0e7e5d77fa':
Avoid spurious Talkback notifications
-rw-r--r-- | src/com/android/dialer/widget/OverlappingPaneLayout.java | 1 |
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); |