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

Commit 7f98af49 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Enable accessibilityLiveRegion for TimePicker text input mode.

Bug: 37438624
Test: Manually tested with talkback, now the error gets read to the user.
Change-Id: Ifd6d2613ccc074b2bce526565c11740156581012
parent 96a91f11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@
            android:layout_height="wrap_content"
            android:layout_below="@id/input_hour"
            android:layout_alignStart="@id/input_hour"
            android:accessibilityLiveRegion="assertive"
            android:textColor="?attr/colorError"
            android:text="@string/time_picker_input_error" />
    </RelativeLayout>