Delete the reminders system.

This commit is contained in:
Nicholas Tinsley
2024-08-19 13:45:53 -04:00
committed by mtang-signal
parent 4002dea05d
commit 9a24455085
37 changed files with 73 additions and 1277 deletions

View File

@@ -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",