Fix App crashes on [AvatarGenerator imageFromText:withBackgroundColor:]

https://github.com/vector-im/riot-ios/issues/657

Do not call [AvatarGenerator imageFromText:withBackgroundColor:] outside main thread.
This commit is contained in:
manuroe
2017-06-12 15:06:35 +02:00
parent 3c66e60d32
commit 865dc0da38
2 changed files with 9 additions and 3 deletions
-3
View File
@@ -33,9 +33,6 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil;
if (self)
{
// Use the vector style placeholder
self.senderAvatarPlaceholder = [AvatarGenerator generateAvatarForMatrixItem:self.senderId withDisplayName:self.senderDisplayName];
// Increase maximum number of components
self.maxComponentCount = 20;