Fix upload conflict in encrypted folder#10560
Conversation
1fcde58 to
97cb687
Compare
|
/rebase |
a298a39 to
1bd1222
Compare
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10560-Screenshot-blue-Light-11-07 |
|
/rebase |
1bd1222 to
3575ca4
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10560.apk |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7629-IT-master-12-19 |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7629-IT-stable-12-29 |
|
@tobiasKaminsky I'm not sure how to resolve the conflict in UploadFileOperation |
| break; | ||
| case KEEP_SERVER: // Download | ||
| if (newFile.isEncrypted()) { | ||
| return; |
There was a problem hiding this comment.
Instead of return it should be break so that finish() function on line number 161 has to execute else the activity won't finish at all.

Signed-off-by: tobiasKaminsky tobias@kaminsky.me
Fixes #2023