Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 740f0deb authored by David A. Velasco's avatar David A. Velasco
Browse files

Fixed bug resulting in false success when one of multiple Share properties are updated

parent 39e3ddaa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -217,6 +217,9 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
                } else {
                    result = new RemoteOperationResult(false, status, put.getResponseHeaders());
                }
                if (!result.isSuccess()) {
                    break;
                }
            }

        } catch (Exception e) {