Remove feature flag PictureInPicture
This commit is contained in:
parent
b2907eb955
commit
edd0700bf8
2 changed files with 1 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue