Fix automatic scroll speed

This commit is contained in:
Koitharu
2023-03-31 19:29:55 +03:00
parent f42e3d7912
commit b81ecda43e
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@
android:contentDescription="@string/automatic_scroll"
android:labelFor="@id/switch_scroll_timer"
android:valueFrom="0.2"
android:valueTo="1"
android:valueTo="0.9"
android:visibility="gone"
app:labelBehavior="gone"
tools:visibility="visible" />