mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Fix compilation error
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
NSInteger size = [attachment.contentInfo[@"size"] integerValue];
|
||||
if (size)
|
||||
{
|
||||
title = [NSString stringWithFormat:@"%@ (%@)", title, [MXKTools fileSizeToString:size round:YES]];
|
||||
title = [NSString stringWithFormat:@"%@ (%@)", title, [MXTools fileSizeToString:size round:YES]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user