Room message search : the search pattern is not highlighted in results

#660
This commit is contained in:
giomfo
2016-09-28 13:26:06 +02:00
parent d73cbff445
commit e8357ec5d0
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -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];
}
}
}