mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
RoomDataSource: Only call location sharing delegation method if live location sharing build flag is eneabled.
This commit is contained in:
@@ -229,7 +229,10 @@ const CGFloat kTypingCellHeight = 24;
|
||||
|
||||
- (void)roomSummaryDidChange:(NSNotification*)notification
|
||||
{
|
||||
[self updateCurrentUserLocationSharingStatus];
|
||||
if (BuildSettings.liveLocationSharingEnabled)
|
||||
{
|
||||
[self updateCurrentUserLocationSharingStatus];
|
||||
}
|
||||
|
||||
if (!self.room.summary.isEncrypted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user