Skip to content
Snippets Groups Projects
Commit 5460d696 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Update dictionary URL

parent d379cb10
No related branches found
No related tags found
No related merge requests found
......@@ -157,10 +157,7 @@ fun LanguagesScreen(navController: NavHostController = rememberNavController())
style = options.dictionary?.let { NavigationItemStyle.HomeTertiary } ?: NavigationItemStyle.MiscNoArrow,
navigate = {
if(runBlocking { ResourceHelper.findFileForKind(context, locale, FileKind.Dictionary) } == null) {
context.openURI(
"https://codeberg.org/Helium314/aosp-dictionaries#dictionaries",
true
)
context.openURI("https://keyboard.futo.org/dictionaries", true)
} else {
deleteDialogInfo.value = DeleteInfo(locale, FileKind.Dictionary)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment