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 = {
try {
restoreLauncher.launch(
arrayOf("application/vnd.sqlite3", "application/octet-stream")
arrayOf(
"application/vnd.sqlite3",
"application/x-sqlite3",
"application/octet-stream"
)
)
} catch (e: ActivityNotFoundException) {
context.toast("Couldn't find an application to open documents")