chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger

Home Page:https://chatsdk.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't change the default logo by using setLogoDrawableResourceId() method and also backPress does not work

Anichur25 opened this issue · comments

  1. Is the bug present in the demo Chat SDK project?

  2. What modifications have you made to the Chat SDK?

  3. Android Version:

  4. Steps taken to reproduce the problem:

  5. Expected result:

  6. Actual result:

  7. Comments:

Please follow the issue template and also give an example of your Chat SDK initialisation code.

Please follow the issue template and also give an example of your Chat SDK initialisation code.

ChatSDK.config().setLogoDrawableResourceID(R.drawable.logo);
ChatSDK.ui().startSplashScreenActivity(getContext());

ChatSDK.builder()
.setLogoDrawableResourceID(R.drawable.my_app_logo) // add this here
.build()