6195: Hide live location sharing lab setting for now

This commit is contained in:
MaximeE
2022-05-30 17:32:12 +02:00
parent aa10350ebc
commit 70bd6249d2
@@ -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];
}