6029: finalise configuration of live location cell

This commit is contained in:
MaximeE
2022-04-21 17:29:32 +02:00
parent 9a7d16b74e
commit b1ad2419ad
8 changed files with 148 additions and 88 deletions
@@ -187,12 +187,6 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
break;
}
case MXEventTypeBeaconInfo:
{
self.tag = RoomBubbleCellDataTagLocation;
self.collapsable = NO;
self.collapsed = NO;
}
default:
break;
}