mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Split pinned chats into a separate remote config.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user