mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
fix dictionary url
This commit is contained in:
parent
ec2c3253a0
commit
d5902a7f2c
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class DictionarySettingsFragment : SubScreenFragment() {
|
||||||
companion object {
|
companion object {
|
||||||
private const val DICTIONARY_REQUEST_CODE = 96834
|
private const val DICTIONARY_REQUEST_CODE = 96834
|
||||||
private const val DICTIONARY_URL =
|
private const val DICTIONARY_URL =
|
||||||
"https://github.com/Helium314/openboard/dictionaries/dict"
|
"https://github.com/Helium314/openboard/tree/new/dictionaries/dict"
|
||||||
private const val USER_DICTIONARY_SUFFIX = "user.dict"
|
private const val USER_DICTIONARY_SUFFIX = "user.dict"
|
||||||
|
|
||||||
private const val DICT_INTERNAL_AND_USER = 2
|
private const val DICT_INTERNAL_AND_USER = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue