Inline chat folder feature flag.

This commit is contained in:
Greyson Parrelli
2024-10-23 16:11:15 -04:00
parent 9a0ebb5028
commit c903b9c1a8
4 changed files with 22 additions and 23 deletions

View File

@@ -1106,7 +1106,7 @@ object RemoteConfig {
/** Whether or not to show chat folders. */
@JvmStatic
val showChatFolders: Boolean by remoteBoolean(
key = "android.showChatFolders",
key = "android.showChatFolders.2",
defaultValue = false,
hotSwappable = true
)
@@ -1114,7 +1114,7 @@ object RemoteConfig {
/** Whether or not to use the new pinned chat UI. */
@JvmStatic
val inlinePinnedChats: Boolean by remoteBoolean(
key = "android.inlinePinnedChats",
key = "android.inlinePinnedChats.2",
defaultValue = false,
hotSwappable = true
)