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 22f72fdf28
commit 500aba906e
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);