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

Commit 79378ebf authored by Fan Zhang's avatar Fan Zhang
Browse files

Hide travel abroad button initially.

Bug: 30632031

This button needs to be initially hidden so user can't accidentally
click it before data is ready.

Change-Id: I8cdd1f68bdcb5ba7ecbde34e72d85a5da1fa4a3d
parent 2b0bd66d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,5 +64,6 @@
        style="@style/SupportSecondaryButton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:minHeight="48dp"/>
        android:minHeight="48dp"
        android:visibility="gone"/>
</LinearLayout>