Skip to content

Incorrect user name #157

@FrantisekGazo

Description

@FrantisekGazo

we call both Crisp.setTokenID(...) and Crisp.setUserNickname() but sometimes the nickname gets ignored.

when I look into the setUserNickname() code i see just an obfuscated code:

    public static void setUserNickname(@NonNull String var0) {
        if (!im.crisp.client.internal.f.a.l()) {
            m = var0;
        } else {
            if (im.crisp.client.internal.f.b.l().c(var0)) {
                m = null;
            }

        }
    }

Can you please clarify in what circumstances it's ignored (set to null) ? That could help me explain our issues and fix them cause currently I'm not able to reliably replicate this behavior - it happens only sometimes.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions