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

Commit 35742844 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am b554ee35: am 48d1daca: Merge "Accessiblity scroll event firing callback not...

am b554ee35: am 48d1daca: Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev

* commit 'b554ee35':
  Accessiblity scroll event firing callback not properly reset.
parents 4c11a92b b554ee35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8141,6 +8141,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
    private void removeSendViewScrolledAccessibilityEventCallback() {
        if (mSendViewScrolledAccessibilityEvent != null) {
            removeCallbacks(mSendViewScrolledAccessibilityEvent);
            mSendViewScrolledAccessibilityEvent.mIsPending = false;
        }
    }