mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-05 01:10:48 +00:00
Apply missing callback for entering remote backups settings fragment.
This commit is contained in:
@@ -216,7 +216,8 @@ private fun BackupsSettingsContent(
|
||||
is BackupState.SubscriptionMismatchMissingGooglePlay -> {
|
||||
ActiveBackupsRow(
|
||||
backupState = backupsSettingsState.backupState,
|
||||
lastBackupAt = backupsSettingsState.lastBackupAt
|
||||
lastBackupAt = backupsSettingsState.lastBackupAt,
|
||||
onBackupsRowClick = onBackupsRowClick
|
||||
)
|
||||
|
||||
OtherWaysToBackUpHeading()
|
||||
|
||||
Reference in New Issue
Block a user