MESSENGER-3915 Settings for BuM builds

This commit is contained in:
Arnfried Griesert
2022-11-29 10:56:40 +00:00
committed by Frank Rotermund
parent 89a98e94be
commit 52bd3752bb
15 changed files with 65 additions and 13 deletions
@@ -741,7 +741,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.locationSharingEnabled)
if (BWIBuildSettings.shared.locationSharingEnabled)
{
[sectionLabs addRowWithTag:LABS_ENABLE_LIVE_LOCATION_SHARING];
}