Remove FeatureFlag.IncomingShare
This commit is contained in:
parent
d39332f8cc
commit
4192633930
9 changed files with 1 additions and 172 deletions
|
|
@ -82,13 +82,6 @@ enum class FeatureFlags(
|
|||
defaultValue = { OnBoardingConfig.CAN_LOGIN_WITH_QR_CODE },
|
||||
isFinished = false,
|
||||
),
|
||||
IncomingShare(
|
||||
key = "feature.incomingShare",
|
||||
title = "Incoming Share support",
|
||||
description = "Allow the application to receive data from other applications",
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
PinnedEvents(
|
||||
key = "feature.pinnedEvents",
|
||||
title = "Pinned Events",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue