mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix redemption error details.
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user