Chat screen: Bug Fix: Time label is truncated.

This commit is contained in:
giomfo
2015-12-17 11:28:07 +01:00
parent 169a6bb9d3
commit a61d2a26ee
14 changed files with 36 additions and 168 deletions
+1 -1
View File
@@ -616,7 +616,7 @@
- (void)moveRoomCell:(MXRoom*)room from:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath success:(void (^)())moveSuccess failure:(void (^)(NSError *error))moveFailure;
{
NSLog(@"[RecentsDataSource] moveCellFrom (%zu, %zu) to (%zu, %zu)", oldPath.section, oldPath.row, newPath.section, newPath.row);
NSLog(@"[RecentsDataSource] moveCellFrom (%tu, %tu) to (%tu, %tu)", oldPath.section, oldPath.row, newPath.section, newPath.row);
if ([self canCellMoveFrom:oldPath to:newPath] && ![newPath isEqual:oldPath])
{