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

Commit 7cd33b74 authored by Mario Danic's avatar Mario Danic
Browse files

Fix a typo



Signed-off-by: default avatarMario Danic <mario@lovelyhq.com>
parent 965bf4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation {

        String url = "";

        if (!versionWithSelfAPI && TextUtils.isEmpty(userID)) {
        if (!versionWithSelfAPI && !TextUtils.isEmpty(userID)) {
            url = client.getBaseUri() + OCS_ROUTE_SEARCH + userID;
        } else {
            url = client.getBaseUri() + OCS_ROUTE_SELF;