Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev

This commit is contained in:
Svetoslav Ganov
2012-05-29 17:05:40 -07:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}