Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
48d1daca98
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user