mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-26 10:05:09 +01:00
Fix backups checkout flow next state.
This commit is contained in:
+1
-1
@@ -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