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:
@@ -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