mirror of
https://github.com/zhigang1992/MessagesTableViewController.git
synced 2026-04-30 21:21:47 +08:00
Revert "Revert "Seem like the custom timestamp is broken.""
This reverts commit 0a40077e23.
This commit is contained in:
@@ -223,7 +223,11 @@
|
||||
return indexPath.row % 5 == 0;
|
||||
break;
|
||||
case JSMessagesViewTimestampPolicyCustom:
|
||||
return NO;
|
||||
if ([self.delegate hasTimestampForRowAtIndexPath:indexPath]) {
|
||||
return [self.delegate hasTimestampForRowAtIndexPath:indexPath];
|
||||
} else {
|
||||
return NO;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user