am 7af3d056: Merge "Crash on non-eng builds due to lacking null check." into jb-mr2-dev
* commit '7af3d0560d130e877e6ce6a1c830efa7a945d436': Crash on non-eng builds due to lacking null check.
This commit is contained in:
@@ -2501,7 +2501,9 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
|
|||||||
public void flush() {
|
public void flush() {
|
||||||
synchronized (mLock) {
|
synchronized (mLock) {
|
||||||
cancelAllPendingEventsLocked();
|
cancelAllPendingEventsLocked();
|
||||||
mSentEventsVerifier.reset();
|
if (mSentEventsVerifier != null) {
|
||||||
|
mSentEventsVerifier.reset();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user