6195: Add labbs flag for live location sharing

This commit is contained in:
MaximeE
2022-05-24 11:43:00 +02:00
parent 8f13fc2980
commit 16950ad58b
7 changed files with 40 additions and 4 deletions
@@ -238,7 +238,7 @@ const CGFloat kTypingCellHeight = 24;
- (void)roomSummaryDidChange:(NSNotification*)notification
{
if (BuildSettings.liveLocationSharingEnabled)
if (RiotSettings.shared.enableLiveLocationSharing)
{
[self updateCurrentUserLocationSharingStatus];
}