mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Fixed bug resulting in false success when one of multiple Share properties are updated
This commit is contained in:
parent
39e3ddaa07
commit
740f0deb82
@ -217,6 +217,9 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
|
||||
} else {
|
||||
result = new RemoteOperationResult(false, status, put.getResponseHeaders());
|
||||
}
|
||||
if (!result.isSuccess()) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user