Launch checkout flow on renew press.

This commit is contained in:
Alex Hart
2025-05-27 13:20:08 -03:00
parent 7c04b56a32
commit 96d6a0e68d

View File

@@ -241,7 +241,7 @@ class RemoteBackupsSettingsFragment : ComposeFragment() {
}
override fun onRenewLostSubscription() {
// TODO - [backups] Need process here (cancel first?)
checkoutLauncher.launch(MessageBackupTier.PAID)
}
override fun onCancelUploadClick() {