mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update dictionary URL
This commit is contained in:
parent
d379cb103b
commit
5460d69669
@ -157,10 +157,7 @@ fun LanguagesScreen(navController: NavHostController = rememberNavController())
|
|||||||
style = options.dictionary?.let { NavigationItemStyle.HomeTertiary } ?: NavigationItemStyle.MiscNoArrow,
|
style = options.dictionary?.let { NavigationItemStyle.HomeTertiary } ?: NavigationItemStyle.MiscNoArrow,
|
||||||
navigate = {
|
navigate = {
|
||||||
if(runBlocking { ResourceHelper.findFileForKind(context, locale, FileKind.Dictionary) } == null) {
|
if(runBlocking { ResourceHelper.findFileForKind(context, locale, FileKind.Dictionary) } == null) {
|
||||||
context.openURI(
|
context.openURI("https://keyboard.futo.org/dictionaries", true)
|
||||||
"https://codeberg.org/Helium314/aosp-dictionaries#dictionaries",
|
|
||||||
true
|
|
||||||
)
|
|
||||||
} else {
|
} else {
|
||||||
deleteDialogInfo.value = DeleteInfo(locale, FileKind.Dictionary)
|
deleteDialogInfo.value = DeleteInfo(locale, FileKind.Dictionary)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user