diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 18:07:03 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 18:07:03 +0100 |
commit | 27aefab48e1423c763ed477c720cae7c11ca0f22 (patch) | |
tree | 908315b73e07f889533a47a35907c93efb16f15b /app/src/main/res/layout | |
parent | 11fa383310cbcc1ffea6ff7cfbddd8b639c7697f (diff) |
hide snowflake in the settings, disable fallback mechanism, comment out snowflake/tor tests
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_settings.xml b/app/src/main/res/layout/f_settings.xml index ada74e12..398d2c86 100644 --- a/app/src/main/res/layout/f_settings.xml +++ b/app/src/main/res/layout/f_settings.xml @@ -74,6 +74,7 @@ app:text="@string/use_snowflake" app:subtitle="@string/snowflake_description" app:singleLine="false" + android:visibility="gone" /> <androidx.appcompat.widget.AppCompatTextView |