mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Completely hide rageshake settings
This commit is contained in:
parent
765db4c3d2
commit
3380dd5169
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
<im.vector.app.core.preference.VectorPreferenceCategory
|
||||
android:key="SETTINGS_RAGE_SHAKE_CATEGORY_KEY"
|
||||
android:title="@string/settings_rageshake"
|
||||
android:enabled="false">
|
||||
android:enabled="false"
|
||||
app:isPreferenceVisible="false">
|
||||
|
||||
<im.vector.app.core.preference.VectorSwitchPreference
|
||||
android:defaultValue="false"
|
||||
|
|
Loading…
Add table
Reference in a new issue