How to disable the info button

In Group channel…
I clicked on chat and I get into the chat activity…in the top of this chat screen I can see an info button that I would like to hide from my end-users… how can I hide this info button from the chat activity screen…

Hi @sakkk,

What UIKit are you utilizing? That will help ensure we give you the correct answers.

uikit-sample , android

Hi, @sakkk
You have to use ChannelFragment.Builder for hiding info button.
You can use setUseHeaderRightButton method to hide info button!

I can’t find such a class name in the uikit-sample

Hi @sakkk,

You would need to add this into he sample you’re self using the following documentation: