Fix redemption error details.

This commit is contained in:
Alex Hart
2025-08-06 13:41:14 -03:00
committed by Cody Henthorne
parent 53a80589e3
commit 1a68b8768d

View File

@@ -460,7 +460,7 @@ private fun RemoteBackupsSettingsContent(
}
}
if (state.isOutOfStorageSpace) {
if (state.hasRedemptionError) {
item {
RedemptionErrorAlert(onDetailsClick = contentCallbacks::onRedemptionErrorDetailsClick)
}