Skip to content

Commit

Permalink
fix: use correct mimetype when doing a full app backup
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Aug 4, 2024
1 parent 2be6218 commit 074078b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HomeFragment : Fragment() {
get() = _binding!!

private val backupMappingsLauncher =
registerForActivityResult(CreateDocument("todo/todo")) {
registerForActivityResult(CreateDocument(FileUtils.MIME_TYPE_ZIP)) {
it ?: return@registerForActivityResult

homeViewModel.onChoseBackupFile(it.toString())
Expand Down

0 comments on commit 074078b

Please sign in to comment.