Revision 45e383b3 ChatSecure/Classes/View Controllers/OTRMessagesViewController.m

View differences:

ChatSecure/Classes/View Controllers/OTRMessagesViewController.m
2331 2331
        [self populateUnknownSenderCell:cell withMessage:message];
2332 2332
        return cell;
2333 2333
    }
2334
    // We should never get there, but if we do, don't return nil
2335
    return [[UICollectionReusableView alloc] initWithFrame:CGRectZero];
2334
    return [super collectionView:collectionView viewForSupplementaryElementOfKind:kind atIndexPath:indexPath];
2336 2335
}
2337 2336

  
2338 2337
@end

Also available in: Unified diff