Skip to content

Text color issue in Quoted Message #4326

@monil-shah-13

Description

@monil-shah-13

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:

  1. Set the colours as follows:
ownMessageText = colorResource(R.color.white),
otherMessageText = colorResource(R.color.black)
  1. Go to any 'chat channel'.
  2. Send a message in the channel
  3. Now quote a reply for the previously sent message.
  4. See the error

Expected behavior
The text color should be always black in the QuotedMessageText as the background is always white.

Screenshots
Screenshot_20221028-163712_2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Merged

Relationships

None yet

Development

No branches or pull requests

Issue actions