MESSENGER 4941 remove old feature flags and activate WYSIWYG

This commit is contained in:
JanNiklas Grabowski
2023-09-06 13:21:23 +02:00
parent 881d85bdba
commit 6f8dcb658a
3 changed files with 8 additions and 3 deletions
@@ -801,18 +801,21 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
[sectionLabs addRowWithTag:LABS_ENABLE_LIVE_LOCATION_SHARING];
*/
/* bwi: #4941 WYSIWYG is now live
if (BWIBuildSettings.shared.enableLabFeatureWYSIWYG) {
if (@available(iOS 15.0, *))
{
[sectionLabs addRowWithTag:LABS_ENABLE_WYSIWYG_COMPOSER];
}
}
*/
// bwi: disabled for our apps
/* bwi: #4941 disabled for our apps
if (BWIBuildSettings.shared.enableLabFeatureVoiceBroadcasts)
{
[sectionLabs addRowWithTag:LABS_ENABLE_VOICE_BROADCAST];
}
*/
sectionLabs.headerTitle = [VectorL10n settingsLabs];
if (sectionLabs.hasAnyRows)
{