Inline the stories flag.

This commit is contained in:
Alex Hart
2022-11-08 15:50:20 -04:00
committed by Cody Henthorne
parent b55954380d
commit 2b685ea89f
11 changed files with 14 additions and 105 deletions

View File

@@ -1,10 +0,0 @@
package org.thoughtcrime.securesms.util
/**
* Utility to enable / disable feature flags via forced values.
*/
object FeatureFlagsTestUtil {
fun setStoriesEnabled(isEnabled: Boolean) {
FeatureFlags.FORCED_VALUES[FeatureFlags.STORIES] = isEnabled
}
}