Split pinned chats into a separate remote config.

This commit is contained in:
Greyson Parrelli
2024-10-17 20:14:53 -04:00
parent 26c40fb86a
commit 6c326f672d
4 changed files with 16 additions and 8 deletions

View File

@@ -1111,6 +1111,14 @@ object RemoteConfig {
hotSwappable = true
)
/** Whether or not to use the new pinned chat UI. */
@JvmStatic
val inlinePinnedChats: Boolean by remoteBoolean(
key = "android.inlinePinnedChats",
defaultValue = false,
hotSwappable = true
)
@JvmStatic
@get:JvmName("newCallUi")
val newCallUi: Boolean by remoteBoolean(