mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Inline the stories flag.
This commit is contained in:
committed by
Cody Henthorne
parent
b55954380d
commit
2b685ea89f
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user