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

Commit 6de1392f authored by joshmccloskey's avatar joshmccloskey Committed by Joshua Mccloskey
Browse files

Talkback announces empty regions after rotation.

Fixes: 137616592
Test: Talkback successfully read the content descriptions of
the empty spaces after rotating.

Change-Id: I59853fbb2678ecc96e8e5ab594e8a426bc26a422
parent cb6d875c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@
                    android:id="@+id/left_space"
                    android:layout_weight="1"
                    android:layout_width="0dp"
                    android:layout_height="match_parent"/>
                    android:layout_height="match_parent"
                    android:contentDescription="@string/biometric_dialog_empty_space_description"/>

                    <LinearLayout
                        android:id="@+id/dialog"
@@ -177,7 +178,8 @@
                    android:id="@+id/right_space"
                    android:layout_weight="1"
                    android:layout_width="0dp"
                    android:layout_height="match_parent" />
                    android:layout_height="match_parent"
                    android:contentDescription="@string/biometric_dialog_empty_space_description"/>

            </LinearLayout>