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

Commit e23b42bd authored by Ihab Awad's avatar Ihab Awad
Browse files

Avoid spurious Talkback notifications

Bug: 18678952
Change-Id: I2f15cad4b71ba780e6ed860b5dd67c745a3b4823
parent 0458b213
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);