De-labs location sharing and enable it by default.

This commit is contained in:
Stefan Ceriu
2022-02-01 17:20:23 +02:00
committed by Stefan Ceriu
parent a1cf7b9b7c
commit a3c6fc56c6
3 changed files with 2 additions and 39 deletions
+1 -1
View File
@@ -1980,7 +1980,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self.delegate roomViewControllerDidRequestPollCreationFormPresentation:self];
}]];
}
if (RiotSettings.shared.roomScreenAllowLocationAction)
if (BuildSettings.locationSharingEnabled)
{
[actionItems addObject:[[RoomActionItem alloc] initWithImage:[UIImage imageNamed:@"action_location"] andAction:^{
MXStrongifyAndReturnIfNil(self);