mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Room message search : the search pattern is not highlighted in results
#660
This commit is contained in:
@@ -88,12 +88,12 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil;
|
||||
{
|
||||
NSLog(@"[RoomBubbleCellData] attributedTextMessage called on wrong thread");
|
||||
dispatch_sync(dispatch_get_main_queue(), ^{
|
||||
attributedTextMessage = [self refreshAttributedTextMessage];
|
||||
self.attributedTextMessage = [self refreshAttributedTextMessage];
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
attributedTextMessage = [self refreshAttributedTextMessage];
|
||||
self.attributedTextMessage = [self refreshAttributedTextMessage];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user