Skip to content

Commit 96bfdba

Browse files
Update Riot/Modules/Room/CellData/RoomBubbleCellData.m
Co-authored-by: Doug <[email protected]>
1 parent 61f54b3 commit 96bfdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Riot/Modules/Room/CellData/RoomBubbleCellData.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ - (void)refreshURLPreviewForEventId:(NSString *)eventId
13261326

13271327
- (void)updateBeaconInfoSummaryWithEventId:(NSString *)eventId
13281328
{
1329-
MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggegations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId];
1329+
MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggegations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId];
13301330

13311331
self.beaconInfoSummary = beaconInfoSummary;
13321332
}

0 commit comments

Comments
 (0)