We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b5585 commit 0cea914Copy full SHA for 0cea914
android/app/src/main/java/com/superproductivity/superproductivity/webview/JavaScriptInterface.kt
@@ -459,7 +459,7 @@ class JavaScriptInterface(
459
}
460
461
// File doesn't exist or was deleted successfully, so create it
462
- file = folder?.createFile("text/plain", filePath)
+ file = folder?.createFile("application/json", filePath)
463
464
if (file != null) {
465
Log.d("SuperProductivity", "File created successfully: ${file.uri}")
0 commit comments