mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Fix: add missing foreground color attribute
This commit is contained in:
@@ -103,7 +103,8 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
|
||||
@"event_id": event.eventId ?: @"unknown"
|
||||
});
|
||||
string = [[NSAttributedString alloc] initWithString:[VectorL10n noticeErrorUnformattableEvent] attributes:@{
|
||||
NSFontAttributeName: [self encryptedMessagesTextFont]
|
||||
NSFontAttributeName: [self encryptedMessagesTextFont],
|
||||
NSForegroundColorAttributeName: [self encryptingTextColor]
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user