Muhammad Sulaiman

Results 4 comments of Muhammad Sulaiman

Here is an [example ]( https://github.com/chat-sdk/chat-sdk-android/blob/master/chat-sdk-demo/src/main/java/sdk/chat/demo/examples/AddFirebaseModules.java) of what you are looking for... use `.setLogoDrawableResourceID(R.drawable.my_app_logo)`

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

Hi there, The library was working properly before upgrading to android R (API 30)... Now it does see nothing but the images. I have found a solution for this. You...

This could be solved using [git .mailmap](https://git-scm.com/docs/gitmailmap), here is an example: 1. Create `.mailmap` file at the root of the project, 2. Here is an example content to write in...