Loading src/com/owncloud/android/lib/resources/shares/UpdateRemoteShareOperation.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/com/owncloud/android/lib/resources/shares/UpdateRemoteShareOperation.java +3 −0 Original line number Diff line number Diff line Loading @@ -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