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 c1ae0ed2e8
commit 4ba406a1af
@@ -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;