-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
Describe the bug
When the ownMessageText
is set as white
and the user quotes a reply to his own message, the quoted message bubble text gets camouflaged with background as the background is always white. This happens only in the jetpack compose sdk. In the xml based sdk, it used to work as expected with same color configuration. Can we have the same behaviour as same as in xml?
SDK version
- 5.11.2
To Reproduce
Steps to reproduce the behavior:
- Set the colours as follows:
ownMessageText = colorResource(R.color.white),
otherMessageText = colorResource(R.color.black)
- Go to any 'chat channel'.
- Send a message in the channel
- Now quote a reply for the previously sent message.
- See the error
Expected behavior
The text color should be always black in the QuotedMessageText
as the background is always white.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Merged