Merge pull request #6198 from vector-im/maximee/6195_lls_labbs_flag

[Location Sharing]: Add labbs flag for live location sharing - PSF-800
This commit is contained in:
MaximeEvrard42
2022-05-31 10:41:54 +02:00
committed by GitHub
8 changed files with 45 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];
}