mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Fix backups checkout flow next state.
This commit is contained in:
@@ -152,7 +152,7 @@ fun MessageBackupsTypeSelectionScreen(
|
||||
|
||||
Buttons.LargePrimary(
|
||||
onClick = onNextClicked,
|
||||
enabled = selectedBackupTier != currentBackupTier && hasCurrentBackupTier,
|
||||
enabled = selectedBackupTier != currentBackupTier && selectedBackupTier != null,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(vertical = if (hasCurrentBackupTier) 10.dp else 16.dp)
|
||||
|
||||
Reference in New Issue
Block a user