mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Display search matching pattern with a highlight color
Signed-off-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
{
|
||||
// Highlight the search pattern
|
||||
[cellData highlightPatternInTextMessage:self.searchText
|
||||
withBackgroundColor:[UIColor clearColor]
|
||||
foregroundColor:ThemeService.shared.theme.tintColor
|
||||
withBackgroundColor:ThemeService.shared.theme.searchResultHighlightColor
|
||||
foregroundColor:ThemeService.shared.theme.textPrimaryColor
|
||||
andFont:patternFont];
|
||||
|
||||
// Use profile information as data to display
|
||||
|
||||
Reference in New Issue
Block a user