Update Riot/Modules/Room/CellData/RoomBubbleCellData.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2022-04-22 17:57:54 +02:00
committed by GitHub
parent 56c116fb41
commit 2bfe9e8eeb
@@ -297,7 +297,7 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
if (self.tag == RoomBubbleCellDataTagLiveLocation)
{
// If the summary does not exist do show the cell
// If the summary does not exist don't show the cell
if (!self.beaconInfoSummary)
{
return YES;