fix(dialog): Fix the issue of Android saving files with a .txt extension (#1892)

* fix: Fix the issue of Android saving files with a .txt extension

* fix(dialog): pull intent type from extensions filters

* fix covector

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
nashaofu
2024-10-09 19:45:05 +08:00
committed by GitHub
parent 9b2840db94
commit aee14ed426
3 changed files with 52 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"dialog": patch
"dialog-js": patch
---
Set `save` dialog mime type from the `filters` extensions on Android.