mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Inline chat folder feature flag.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user