abhi007tyagi / Android_Dialogflow_Chatbot_Library

Android Library to easily integrate Dialogflow based chatbots into an existing application with Chat screen.
Other
12 stars 6 forks source link

setChatUserAvatar not working #4

Closed ghost closed 4 years ago

ghost commented 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 :)

abhi007tyagi commented 4 years ago

@funny0601 Thanks for reporting :)

abhi007tyagi commented 4 years ago

@funny0601 resolved