Commit 3373cd9
authored
fix: Mitigate Android
* fix: Mitigate Android ERR_UPLOAD_FILE_CHANGE errors
A Chrome bug results in `ERR_UPLOAD_FILE_CHANGED` errors when selecting
a file from a cloud content provider (e.g., the Google Drive app). This
does not disrupt all file uploads--e.g., images--but larger files (e.g.,
videos) and resumable uploads often fail.
Caching the selected file ensures the file remains stable throughout the
Chrome upload process.
See: https://issues.chromium.org/issues/40123366
* build: Update GutenbergKit versionERR_UPLOAD_FILE_CHANGE errors (#22347)1 parent a18c70b commit 3373cd9
File tree
2 files changed
+12
-18
lines changed- WordPress/src/main/java/org/wordpress/android/ui/posts/editor
- gradle
2 files changed
+12
-18
lines changedLines changed: 11 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
245 | 242 | | |
246 | 243 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
255 | 249 | | |
256 | 250 | | |
257 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments