Loading src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java +2 −2 Original line number Diff line number Diff line Loading @@ -155,11 +155,11 @@ public class RemoteOperationResult implements Serializable { current = headers[i]; if ("location".equals(current.getName().toLowerCase())) { mRedirectedLocation = current.getValue(); break; continue; } if ("www-authenticate".equals(current.getName().toLowerCase())) { mAuthenticate = current.getValue(); break; continue; } } } Loading Loading
src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java +2 −2 Original line number Diff line number Diff line Loading @@ -155,11 +155,11 @@ public class RemoteOperationResult implements Serializable { current = headers[i]; if ("location".equals(current.getName().toLowerCase())) { mRedirectedLocation = current.getValue(); break; continue; } if ("www-authenticate".equals(current.getName().toLowerCase())) { mAuthenticate = current.getValue(); break; continue; } } } Loading