Implement new top-level backups settings.

This commit is contained in:
Alex Hart
2024-09-27 11:04:57 -03:00
committed by GitHub
parent ea33fa2af1
commit 5bdc7c2740
25 changed files with 870 additions and 618 deletions

View File

@@ -258,6 +258,7 @@ class InAppPaymentRedemptionJob private constructor(
Log.i(TAG, "Enabling backups and setting backup tier to PAID", true)
SignalStore.backup.areBackupsEnabled = true
SignalStore.backup.backupTier = MessageBackupTier.PAID
SignalStore.uiHints.markHasEverEnabledRemoteBackups()
}
}