-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.
Reactions are currently unavailable