Unify location sharing build settings and drop iOS 14 checks

This commit is contained in:
Johannes Marbach
2022-06-21 13:03:09 +02:00
parent 330e9b5ce6
commit 8e61533df2
3 changed files with 3 additions and 21 deletions
@@ -595,7 +595,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
[sectionLabs addRowWithTag:LABS_ENABLE_RINGING_FOR_GROUP_CALLS_INDEX];
[sectionLabs addRowWithTag:LABS_ENABLE_THREADS_INDEX];
[sectionLabs addRowWithTag:LABS_ENABLE_AUTO_REPORT_DECRYPTION_ERRORS];
if (BuildSettings.liveLocationSharingEnabled)
if (BuildSettings.locationSharingEnabled)
{
[sectionLabs addRowWithTag:LABS_ENABLE_LIVE_LOCATION_SHARING];
}