Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Dec 9, 2022
1 parent 69e6d52 commit 0c4ae81
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0c4ae81

Please sign in to comment.