Commit 1711414
committed
Don't zip exported files when exporting to a URI (SAF)
As with Storage Access Framework we are limited to one file, we checked
if there were multiple files to export and packed them into a ZIP file.
This only happened when exporting to QIF, which now packs multiple files
into a ZIP. Other export formats were already generating a single file.
So now we just copy the exported file.1 parent c4f6a26 commit 1711414
1 file changed
Lines changed: 3 additions & 18 deletions
Lines changed: 3 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
| 286 | + | |
| 287 | + | |
301 | 288 | | |
302 | | - | |
303 | | - | |
304 | | - | |
| 289 | + | |
305 | 290 | | |
306 | 291 | | |
307 | 292 | | |
| |||
0 commit comments