mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-24 08:26:40 +02:00
Merge pull request #7501 from vector-im/nimau/PSB-307-lasteventdescription-color
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]
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Add a foreground color attribute for the unformattable event error message.
|
||||
Reference in New Issue
Block a user