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

Commit 67c8d20e authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am fdcd50f1: am 53f16ba2: am 0cc8276d: Merge "Add missing locking when...

am fdcd50f1: am 53f16ba2: am 0cc8276d: Merge "Add missing locking when updating the accessibility node info cache." into klp-dev

* commit 'fdcd50f1':
  Add missing locking when updating the accessibility node info cache.
parents 69bfc60a fdcd50f1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -86,7 +86,9 @@ public class AccessibilityNodeInfoCache {
                    refreshCachedNode(event.getSourceNodeId());
                } break;
                case AccessibilityEvent.TYPE_VIEW_SCROLLED: {
                    synchronized (mLock) {
                        clearSubTreeLocked(event.getSourceNodeId());
                    }
                } break;
                case AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED: {
                    synchronized (mLock) {