Closed ghost closed 4 years ago
Hi,
Since i found out that chatUserAvatar doesn't change even if i use .setChatUserAvatar(), I looked up your codes and found this line.
Drawable chatUserAvatar = ChatbotSettings.getInstance().getChatBotAvatar();
Think this line should be corrected in the right way. thx for your code btw :)
@funny0601 Thanks for reporting :)
@funny0601 resolved
Hi,
Since i found out that chatUserAvatar doesn't change even if i use .setChatUserAvatar(), I looked up your codes and found this line.
Drawable chatUserAvatar = ChatbotSettings.getInstance().getChatBotAvatar();
Think this line should be corrected in the right way. thx for your code btw :)