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

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

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

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