mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
6195: Add labbs flag for live location sharing
This commit is contained in:
@@ -238,7 +238,7 @@ const CGFloat kTypingCellHeight = 24;
|
||||
|
||||
- (void)roomSummaryDidChange:(NSNotification*)notification
|
||||
{
|
||||
if (BuildSettings.liveLocationSharingEnabled)
|
||||
if (RiotSettings.shared.enableLiveLocationSharing)
|
||||
{
|
||||
[self updateCurrentUserLocationSharingStatus];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user