Skip to content

Commit 61f54b3

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

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
@@ -297,7 +297,7 @@ - (BOOL)hasNoDisplay
297297

298298
if (self.tag == RoomBubbleCellDataTagLiveLocation)
299299
{
300-
// If the summary does not exist do show the cell
300+
// If the summary does not exist don't show the cell
301301
if (!self.beaconInfoSummary)
302302
{
303303
return YES;

0 commit comments

Comments
 (0)