Fixed default values for swipe thresholds

This commit is contained in:
ottoptj 2024-09-24 17:27:42 +03:00
commit f38d4ac47d

View file

@ -59,7 +59,7 @@
<eu.ottop.yamlauncher.settings.SpinnerPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="200"
android:defaultValue="100"
android:entries="@array/animation_options"
android:entryValues="@array/swipe_values"
app:key="swipeThreshold"
@ -68,7 +68,7 @@
<eu.ottop.yamlauncher.settings.SpinnerPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="200"
android:defaultValue="100"
android:entries="@array/animation_options"
android:entryValues="@array/swipe_values"
app:key="swipeVelocity"