LocalStorage icon indicating copy to clipboard operation
LocalStorage copied to clipboard

Fix directory creation

Open bsidhom opened this issue 4 years ago • 1 comments

The current implementation always creates a flat file in createDocument(). Instead, a directory should be created when the mimetype is Document.MIME_TYPE_DIR.

bsidhom avatar Mar 07 '20 03:03 bsidhom

NOTE: I have not tested this fix because I was unable to get the gradle build working. I did test a similar fix in a different branch using nio and it works on my phone.

bsidhom avatar Mar 07 '20 03:03 bsidhom