Commit d035984
committed
Fix RequestBody compilation error in WebDAV PROPFIND request
- Fix RequestBody.create() parameter order for OkHttp API compatibility
- Pass RequestBody directly to method() instead of using .body() on null-body requests
- Resolves compilation error: cannot find symbol .body()
- WebDAV PROPFIND now properly sends XML body for file existence checks1 parent 9c8ee24 commit d035984
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- src/java/JavaFileStorage/app/src/main/java/keepass2android/javafilestorage
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
| 316 | + | |
| 317 | + | |
320 | 318 | | |
321 | 319 | | |
322 | 320 | | |
323 | 321 | | |
324 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments