mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Introduce Banners.
This commit is contained in:
committed by
mtang-signal
parent
ef2c67d808
commit
11d165a17b
@@ -1091,6 +1091,15 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Whether to use the new Banner system instead of the old Reminder system. */
|
||||
@JvmStatic
|
||||
@get:JvmName("newBannerUi")
|
||||
val newBannerUi: Boolean by remoteBoolean(
|
||||
key = "android.newBannerUi",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Which phase we're in for the SVR3 migration */
|
||||
val svr3MigrationPhase: Int by remoteInt(
|
||||
key = "global.svr3.phase",
|
||||
|
||||
Reference in New Issue
Block a user