sanders: MotoActions: Disable hand wave by default

This commit is contained in:
therootlord
2018-02-08 01:53:34 -02:00
parent 8cbf0fd3bb
commit f1e8d0379b
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<SwitchPreference
android:key="gesture_hand_wave"
android:defaultValue="true"
android:defaultValue="false"
android:title="@string/hand_wave_gesture_title"
android:summary="@string/hand_wave_gesture_summary" />