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

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

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

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

* commit '53f16ba2':
  Add missing locking when updating the accessibility node info cache.
parents cb8c4501 53f16ba2
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) {