Remove feature flag PictureInPicture

This commit is contained in:
Benoit Marty 2024-08-27 18:41:40 +02:00
parent b2907eb955
commit edd0700bf8
2 changed files with 1 additions and 16 deletions

View file

@ -120,13 +120,6 @@ enum class FeatureFlags(
defaultValue = { true },
isFinished = false,
),
PictureInPicture(
key = "feature.pictureInPicture",
title = "Picture in Picture for Calls",
description = "Allow the Call to be rendered in PiP mode",
defaultValue = { it.buildType != BuildType.RELEASE },
isFinished = false,
),
PinnedEvents(
key = "feature.pinnedEvents",
title = "Pinned Events",