Add missing call link ui.

This commit is contained in:
Alex Hart
2026-01-07 15:49:58 -04:00
committed by jeffrey-signal
parent c2ec9e579e
commit a7f239576f
9 changed files with 524 additions and 94 deletions

View File

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