Prioritize Backups megaphones above the PIN reminder
This commit is contained in:
parent
11602703c9
commit
798baa9287
@ -238,13 +238,13 @@ public enum ExperienceUpgradeManifest: Codable, Equatable, Hashable {
|
||||
return (5, 0)
|
||||
case .inactivePrimaryDeviceReminder:
|
||||
return (6, 0)
|
||||
case .pinReminder:
|
||||
return (7, 0)
|
||||
case .backupKeyReminder:
|
||||
return (8, 0)
|
||||
return (7, 0)
|
||||
case .enableBackupsReminder:
|
||||
return (9, 0)
|
||||
return (8, 0)
|
||||
case .haveEnabledBackupsNotification:
|
||||
return (9, 0)
|
||||
case .pinReminder:
|
||||
return (10, 0)
|
||||
case .contactPermissionReminder:
|
||||
return (11, 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user