activate lab setting voice broadcast and enable session manager by default

This commit is contained in:
JanNiklas Grabowski
2023-06-23 10:48:24 +02:00
parent 84a02dbbf8
commit eeb0fd900f
2 changed files with 5 additions and 3 deletions
@@ -760,8 +760,9 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
if (BWIBuildSettings.shared.settingsScreenShowLabSettings)
{
Section *sectionLabs = [Section sectionWithTag:SECTION_TAG_LABS];
[sectionLabs addRowWithTag:LABS_ENABLE_NEW_SESSION_MANAGER];
if (!BWIBuildSettings.shared.enableNewSessionManagerByDefault) {
[sectionLabs addRowWithTag:LABS_ENABLE_NEW_SESSION_MANAGER];
}
/* bwi: disabled for our apps
[sectionLabs addRowWithTag:LABS_ENABLE_RINGING_FOR_GROUP_CALLS_INDEX];
[sectionLabs addRowWithTag:LABS_ENABLE_THREADS_INDEX];