Skip to content

Commit 468e102

Browse files
committed
minor optimizations
1 parent b3a80d9 commit 468e102

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JSQMessagesViewController/Controllers/JSQMessagesViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ - (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collection
475475
cell.messageBubbleTopLabel.attributedText = [collectionView.dataSource collectionView:collectionView attributedTextForMessageBubbleTopLabelAtIndexPath:indexPath];
476476
cell.cellBottomLabel.attributedText = [collectionView.dataSource collectionView:collectionView attributedTextForCellBottomLabelAtIndexPath:indexPath];
477477

478-
cell.backgroundColor = [UIColor whiteColor];
479-
480478
CGFloat bubbleTopLabelInset = (avatarImageDataSource != nil) ? 60.0f : 15.0f;
481479

482480
if (isOutgoingMessage) {

0 commit comments

Comments
 (0)