diff options
author | cyBerta <cyberta@riseup.net> | 2021-05-18 17:53:00 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-05-18 17:53:00 +0200 |
commit | 4b8ea1252cddfd54278676a8b2f64eb937f92c2d (patch) | |
tree | 7ee5ae99b504c5a737471f6d1d9ee331008dfc20 /app/src/main/res | |
parent | 4853d6a3d3d8c1077feb61899f6b07b5f528607c (diff) |
adapt default to hide manual gateway selection entry in navigation drawer, if feature switch is enabled and the provider has gateways in different cities the entry is shown~
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/f_drawer_main.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml index 15dd0425..1f1df7f2 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -105,6 +105,7 @@ app:icon="@drawable/ic_map_marker_star_black_36dp" android:layout_height="wrap_content" android:layout_width="wrap_content" + android:visibility="gone" /> <TextView |