mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-20 08:00:58 +00:00
Don't show "Export all groups" option if there are no groups
This commit is contained in:
parent
fd5a0390f0
commit
282f85fb3b
2 changed files with 12 additions and 6 deletions
|
@ -73,7 +73,8 @@
|
|||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:text="@string/export_all_groups"
|
||||
android:checked="true"/>
|
||||
android:checked="true"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/select_groups_hint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue