Loading src/com/owncloud/android/lib/resources/users/GetRemoteUserInfoOperation.java +5 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,11 @@ public class GetRemoteUserInfoOperation extends RemoteOperation { if (respData.has(NODE_ID)) { userInfo.setId(respData.getString(NODE_ID)); } else { if (TextUtils.isEmpty(userID)) { userInfo.setId(credentials.getUsername()); } else { userInfo.setId(userID); } } // Two endpoints, two different responses Loading Loading
src/com/owncloud/android/lib/resources/users/GetRemoteUserInfoOperation.java +5 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,11 @@ public class GetRemoteUserInfoOperation extends RemoteOperation { if (respData.has(NODE_ID)) { userInfo.setId(respData.getString(NODE_ID)); } else { if (TextUtils.isEmpty(userID)) { userInfo.setId(credentials.getUsername()); } else { userInfo.setId(userID); } } // Two endpoints, two different responses Loading