Add background color management on text message highlights

This commit is contained in:
ismailgulek
2022-01-18 16:20:12 +03:00
parent 96d853452b
commit 1f3a8acaeb
5 changed files with 30 additions and 9 deletions
@@ -69,7 +69,10 @@
if (cellData)
{
// Highlight the search pattern
[cellData highlightPatternInTextMessage:self.searchText withForegroundColor:ThemeService.shared.theme.tintColor andFont:patternFont];
[cellData highlightPatternInTextMessage:self.searchText
withBackgroundColor:[UIColor clearColor]
foregroundColor:ThemeService.shared.theme.tintColor
andFont:patternFont];
// Use profile information as data to display
MXSearchUserProfile *userProfile = result.context.profileInfo[result.result.sender];