mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
6195: Hide live location sharing lab setting for now
This commit is contained in:
@@ -2545,7 +2545,7 @@ ThreadsBetaCoordinatorBridgePresenterDelegate>
|
||||
|
||||
cell = labelAndSwitchCell;
|
||||
}
|
||||
else if (row == LABS_ENABLE_LIVE_LOCATION_SHARING)
|
||||
else if (row == LABS_ENABLE_LIVE_LOCATION_SHARING && BuildSettings.liveLocationSharingEnabled) // Hide live location lab setting until it's ready to be release
|
||||
{
|
||||
cell = [self buildLiveLocationSharingCellForTableView:tableView atIndexPath:indexPath];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user