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

Commit 67ee6fe0 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 0adaf034: am 6320305a: am f079a6d0: Merge "Set live region property on...

am 0adaf034: am 6320305a: am f079a6d0: Merge "Set live region property on AccessibilityNodeInfo" into klp-dev

* commit '0adaf034':
  Set live region property on AccessibilityNodeInfo
parents 87c9f894 0adaf034
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5381,6 +5381,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        info.setAccessibilityFocused(isAccessibilityFocused());
        info.setSelected(isSelected());
        info.setLongClickable(isLongClickable());
        info.setLiveRegion(getAccessibilityLiveRegion());
        // TODO: These make sense only if we are in an AdapterView but all
        // views can be selected. Maybe from accessibility perspective