mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Refactor FeatureFlags.
This commit is contained in:
@@ -28,7 +28,7 @@ object CrashConfig {
|
||||
fun computePatterns(): List<CrashPattern> {
|
||||
val aci: ServiceId.ACI = SignalStore.account().aci ?: return emptyList()
|
||||
|
||||
val serialized = FeatureFlags.crashPromptConfig()
|
||||
val serialized = FeatureFlags.crashPromptConfig
|
||||
if (serialized.isNullOrBlank()) {
|
||||
return emptyList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user