Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7919ea98 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 7af3d056: Merge "Crash on non-eng builds due to lacking null check." into jb-mr2-dev

* commit '7af3d056':
  Crash on non-eng builds due to lacking null check.
parents f9dd9338 7af3d056
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2501,9 +2501,11 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
            public void flush() {
                synchronized (mLock) {
                    cancelAllPendingEventsLocked();
                    if (mSentEventsVerifier != null) {
                        mSentEventsVerifier.reset();
                    }
                }
            }

            private PendingEvent addPendingEventLocked(KeyEvent event, int policyFlags) {
                final int sequence = event.getSequenceNumber();