Commit 8a9420a
committed
fix: don't save state of SAFMode="single" files
Files opened with `SAFMode="single"` are accessed via a SAF intent, which provides only temporary access to their URIs. Saving the state for these files can cause issues on the next app startup, as the temporary access is revoked and the app will be unable to access the file again. This change prevents saving the state for such files, avoiding potential errors and other related issues.1 parent 51f0fbe commit 8a9420a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments