summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2025-01-29 01:21:43 +0100
committercyBerta <cyberta@riseup.net>2025-02-03 16:21:57 +0100
commit457ae5f4d7ebc10c70f6712f2bcf9e10a5b22f26 (patch)
tree179d8138f6c1572beb1c1b28ad3174dcfd03f21b /app/src/main/res/layout
parentbb0128e8c9262d77a8857f12b95f38b2cafee9d8 (diff)
Always show autommatic circumvention settings. If a provider doesn't support bridges, this settings still influences the API communication obfuscation.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/f_settings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_settings.xml b/app/src/main/res/layout/f_settings.xml
index e7b4356f..87a97455 100644
--- a/app/src/main/res/layout/f_settings.xml
+++ b/app/src/main/res/layout/f_settings.xml
@@ -60,9 +60,11 @@
app:text="@string/automatic_bridge"
app:subtitle="@string/automatic_bridge_description"
app:icon="@drawable/bridge_automatic"
+ android:visibility="visible"
app:singleLine="false" />
<LinearLayout
+ android:id="@+id/bridge_manual_switch_entry"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">