diff options
author | cyberta <cyberta@riseup.net> | 2021-11-28 18:01:07 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-11-28 18:01:07 +0000 |
commit | da382d031d07b8c4197c4dae68a2fd5afe93eb5e (patch) | |
tree | b25424107b4fec410c7bae8a8cc68904c9af3b57 /app/src/main/res/layout | |
parent | 11fa383310cbcc1ffea6ff7cfbddd8b639c7697f (diff) | |
parent | abcee0fbe2384302efc523fe65a6b6d0dee17e36 (diff) |
Merge branch 'hide_circumvention' into 'master'
hide snowflake
See merge request leap/bitmask_android!150
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 |