mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add background color management on text message highlights
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user