mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Delete the reminders system.
This commit is contained in:
committed by
mtang-signal
parent
4002dea05d
commit
9a24455085
@@ -1082,15 +1082,6 @@ 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