Loading src/com/owncloud/android/lib/resources/users/GetRemoteUserInfoOperation.java +1 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation { OwnCloudBasicCredentials credentials = (OwnCloudBasicCredentials) client.getCredentials(); OwnCloudVersion version = client.getOwnCloudVersion(); boolean versionWithSelfAPI = (version != null && version.isSelfSupported()); boolean versionWithSelfAPI = version != null && version.isSelfSupported(); //Get the user try { Loading Loading
src/com/owncloud/android/lib/resources/users/GetRemoteUserInfoOperation.java +1 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation { OwnCloudBasicCredentials credentials = (OwnCloudBasicCredentials) client.getCredentials(); OwnCloudVersion version = client.getOwnCloudVersion(); boolean versionWithSelfAPI = (version != null && version.isSelfSupported()); boolean versionWithSelfAPI = version != null && version.isSelfSupported(); //Get the user try { Loading