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

* commit '48d1daca98703a470f04b4e217d9e6dae6d61dd2':
  Accessiblity scroll event firing callback not properly reset.
This commit is contained in:
Svetoslav Ganov
2012-05-29 17:10:12 -07:00
committed by Android Git Automerger

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