stream-chat-android
stream-chat-android copied to clipboard
Message List Header - no title change option
Describe the bug There is no option (or I'm not aware of it) to change the Message List Header title text SDK version 5.17.10
Expected behavior I expect the option (like on iOS) to change the Message List Header title text
Furthermore, I wanted to extend either MessageListHeader or MessageListHeaderViewModel and change behavior but can't do that since classes are not open (so they are final)
Hello @lukicmarko
The MessageListHeaderView already have a setTitle() method, is it not enough?
If you are using our Compose SDK, we expose a way to format channel title within ChatTheme
Let us know if it is enough for you.
This issue has been automatically closed because there has been no response to our request from the original author. Please don't hesitate to comment on the bug if you have any more information for us - we will reopen it right away! Thanks for your contribution.