refactor: hide seed reminder in preview

This commit is contained in:
0x330a 2023-06-28 17:57:35 +10:00
parent ff732b787b
commit a1a8f41274
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
android:elevation="1dp" />
<org.thoughtcrime.securesms.onboarding.SeedReminderView
tools:visibility="gone"
android:id="@+id/seedReminderView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />