mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Expose live-location sharing labs flag (default: false)
Signed-off-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
@@ -597,7 +597,6 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
[sectionLabs addRowWithTag:LABS_ENABLE_AUTO_REPORT_DECRYPTION_ERRORS];
|
||||
if (BuildSettings.liveLocationSharingEnabled)
|
||||
{
|
||||
// Hide live location lab setting until it's ready to be release
|
||||
[sectionLabs addRowWithTag:LABS_ENABLE_LIVE_LOCATION_SHARING];
|
||||
}
|
||||
sectionLabs.headerTitle = [VectorL10n settingsLabs];
|
||||
|
||||
Reference in New Issue
Block a user