Skip to content

Commit

Permalink
Merge pull request #419 from Myron472/main
Browse files Browse the repository at this point in the history
Language Improvements
  • Loading branch information
plateaukao authored Oct 6, 2024
2 parents 9e82871 + 1d07b03 commit a828a4e
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class DialogManager(
val intent = Intent(Intent.ACTION_CREATE_DOCUMENT)
intent.addCategory(Intent.CATEGORY_OPENABLE)
intent.type = Constants.MIME_TYPE_TEXT
intent.putExtra(Intent.EXTRA_TITLE, "bookmark.txt")
intent.putExtra(Intent.EXTRA_TITLE, "bookmarks.json")
activity.startActivityForResult(intent, EXPORT_BOOKMARKS_REQUEST_CODE)
}

Expand Down
Loading

0 comments on commit a828a4e

Please sign in to comment.