Skip to content

Commit

Permalink
Fix missing bubbles cell types (from #5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Jan 24, 2022
1 parent 2f00672 commit c2928ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ - (void)registerLocationCellsForTableView:(UITableView*)tableView
NSDictionary *incomingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:incomingTextMessageCellsMapping];

NSDictionary *outgoingTextMessageCellsMapping = [self incomingTextMessageCellsMapping];
NSDictionary *outgoingTextMessageCellsMapping = [self outgoingTextMessageCellsMapping];
[cellClasses addEntriesFromDictionary:outgoingTextMessageCellsMapping];

// Attachment
Expand Down

0 comments on commit c2928ba

Please sign in to comment.