Apply missing callback for entering remote backups settings fragment.

This commit is contained in:
Alex Hart
2025-09-30 16:11:30 -03:00
committed by Michelle Tang
parent 019df97a22
commit 76448f5426

View File

@@ -216,7 +216,8 @@ private fun BackupsSettingsContent(
is BackupState.SubscriptionMismatchMissingGooglePlay -> {
ActiveBackupsRow(
backupState = backupsSettingsState.backupState,
lastBackupAt = backupsSettingsState.lastBackupAt
lastBackupAt = backupsSettingsState.lastBackupAt,
onBackupsRowClick = onBackupsRowClick
)
OtherWaysToBackUpHeading()