We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1433462 + 8903a96 commit 8c034d9Copy full SHA for 8c034d9
1 file changed
android/src/main/kotlin/io/lakscastro/sharedstorage/storageaccessframework/DocumentFileApi.kt
@@ -303,6 +303,7 @@ internal class DocumentFileApi(private val plugin: SharedStoragePlugin) :
303
plugin.context.contentResolver.openOutputStream(this)?.apply {
304
write(content)
305
flush()
306
+ close()
307
308
val createdFileDocument = documentFromUri(plugin.context, createdFile.uri)
309
0 commit comments