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

Commit f877ed96 authored by Alan Viverette's avatar Alan Viverette
Browse files

Set live region property on AccessibilityNodeInfo

BUG: 11012854
Change-Id: I2c88468be597eb3694fe3d0eb2f2d86981ea9829
parent 6f07cc84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5249,6 +5249,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