diff --git a/Riot/Model/Room/RoomBubbleCellData.m b/Riot/Model/Room/RoomBubbleCellData.m index b2fa2098d..11bcea712 100644 --- a/Riot/Model/Room/RoomBubbleCellData.m +++ b/Riot/Model/Room/RoomBubbleCellData.m @@ -112,7 +112,7 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil; #pragma mark - Bubble collapsing -- (BOOL)collaspseWith:(id)cellData +- (BOOL)collapseWith:(id)cellData { if (self.tag == RoomBubbleCellDataTagMembership && cellData.tag == RoomBubbleCellDataTagMembership) @@ -130,7 +130,7 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil; } } - return [super collaspseWith:cellData]; + return [super collapseWith:cellData]; } - (void)setCollapsed:(BOOL)collapsed