Mark as unread: add a feature flag, disabled on release build.

This commit is contained in:
Benoit Marty 2024-02-08 11:49:14 +01:00
parent f79e0cd56a
commit 3e34461007
7 changed files with 48 additions and 30 deletions

View file

@ -40,6 +40,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.PinUnlock -> true
FeatureFlags.Mentions -> true
FeatureFlags.SecureStorage -> true
FeatureFlags.MarkAsUnread -> false
}
} else {
false