Specify event formatting was successful

This commit is contained in:
ismailgulek
2021-12-03 00:41:01 +03:00
parent b057a48ad9
commit a71cf8e92c
+6
View File
@@ -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;
}
}