mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 14:19:08 +00:00
readDefaultLanguageSwipeDistance returns 5
This commit is contained in:
parent
2fb844b62f
commit
fded41a3a9
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ public final class Settings implements SharedPreferences.OnSharedPreferenceChang
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int readDefaultLanguageSwipeDistance(final Resources res) {
|
public static int readDefaultLanguageSwipeDistance(final Resources res) {
|
||||||
return 10;
|
return 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean readDeleteSwipeEnabled(final SharedPreferences prefs) {
|
public static boolean readDeleteSwipeEnabled(final SharedPreferences prefs) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue