mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +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 -> {
|
is BackupState.SubscriptionMismatchMissingGooglePlay -> {
|
||||||
ActiveBackupsRow(
|
ActiveBackupsRow(
|
||||||
backupState = backupsSettingsState.backupState,
|
backupState = backupsSettingsState.backupState,
|
||||||
lastBackupAt = backupsSettingsState.lastBackupAt
|
lastBackupAt = backupsSettingsState.lastBackupAt,
|
||||||
|
onBackupsRowClick = onBackupsRowClick
|
||||||
)
|
)
|
||||||
|
|
||||||
OtherWaysToBackUpHeading()
|
OtherWaysToBackUpHeading()
|
||||||
|
|||||||
Reference in New Issue
Block a user