This commit is contained in:
vfsfitvnm
2022-12-09 14:59:48 +01:00
parent 69e6d52fcf
commit 0c4ae81406

View File

@@ -142,7 +142,11 @@ fun DatabaseSettings() {
onClick = { onClick = {
try { try {
restoreLauncher.launch( restoreLauncher.launch(
arrayOf("application/vnd.sqlite3", "application/octet-stream") arrayOf(
"application/vnd.sqlite3",
"application/x-sqlite3",
"application/octet-stream"
)
) )
} catch (e: ActivityNotFoundException) { } catch (e: ActivityNotFoundException) {
context.toast("Couldn't find an application to open documents") context.toast("Couldn't find an application to open documents")