Fix redemption error details.

This commit is contained in:
Alex Hart
2025-08-06 15:50:16 -04:00
committed by Cody Henthorne
parent 53a80589e3
commit 1a68b8768d
@@ -460,7 +460,7 @@ private fun RemoteBackupsSettingsContent(
}
}
if (state.isOutOfStorageSpace) {
if (state.hasRedemptionError) {
item {
RedemptionErrorAlert(onDetailsClick = contentCallbacks::onRedemptionErrorDetailsClick)
}