mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Specify event formatting was successful
This commit is contained in:
@@ -88,6 +88,12 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
|
||||
|
||||
NSMutableAttributedString *result = [[NSMutableAttributedString alloc] initWithAttributedString:imageString];
|
||||
[result appendAttributedString:attrString];
|
||||
|
||||
if (error)
|
||||
{
|
||||
*error = MXKEventFormatterErrorNone;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user