mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER 4941 remove old feature flags
This commit is contained in:
@@ -802,19 +802,15 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
*/
|
||||
|
||||
/* bwi: #4941 WYSIWYG is now live
|
||||
if (BWIBuildSettings.shared.enableLabFeatureWYSIWYG) {
|
||||
if (@available(iOS 15.0, *))
|
||||
{
|
||||
[sectionLabs addRowWithTag:LABS_ENABLE_WYSIWYG_COMPOSER];
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/* bwi: #4941 disabled for our apps
|
||||
if (BWIBuildSettings.shared.enableLabFeatureVoiceBroadcasts)
|
||||
{
|
||||
[sectionLabs addRowWithTag:LABS_ENABLE_VOICE_BROADCAST];
|
||||
}
|
||||
*/
|
||||
sectionLabs.headerTitle = [VectorL10n settingsLabs];
|
||||
if (sectionLabs.hasAnyRows)
|
||||
|
||||
Reference in New Issue
Block a user