Call quality icons and config rotation.

This commit is contained in:
Alex Hart
2025-12-03 16:22:57 -04:00
committed by jeffrey-signal
parent c6de4c7650
commit 6594b8532e
11 changed files with 57 additions and 21 deletions

View File

@@ -1233,7 +1233,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("callQualitySurvey")
val callQualitySurvey: Boolean by remoteBoolean(
key = "android.callQualitySurvey",
key = "android.callQualitySurvey.2",
defaultValue = false,
hotSwappable = true
)