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

Commit 94596d90 authored by Charles Wang's avatar Charles Wang
Browse files

Fixes failing CTS tests for Save dialog

Screenshots showing no changes from before: http://shortn/_n52tNerWx6

Test: atest CtsAutofillServiceTestCases
Bug: b/301709010
Change-Id: I29f9bcf58462d4a570f395594ab83d94fcbaff55
parent 47e98e29
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,10 +60,11 @@
                    android:gravity="center"
                    android:textAppearance="@style/AutofillSaveUiTitle">
                </TextView>
                <LinearLayout
                <FrameLayout
                    android:id="@+id/autofill_save_custom_subtitle"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:minHeight="0dp"
                    android:visibility="gone"/>

            </LinearLayout>