Updated on 2026-08-14
This commit is contained in:
parent
bbb9280413
commit
e8c930481f
6 changed files with 106 additions and 40 deletions
|
|
@ -13,11 +13,10 @@ internal object SetApprovalInProgressTransformer : Transformer<StakingUiState> {
|
|||
val state = prevState.confirmationState as? StakingStates.ConfirmationState.Data
|
||||
val notifications = state?.notifications?.toMutableList() ?: mutableListOf()
|
||||
|
||||
// todo staking [REDACTED_TASK_KEY] replace with correct text
|
||||
notifications.add(
|
||||
StakingNotification.Warning.TransactionInProgress(
|
||||
title = resourceReference(R.string.warning_express_approval_in_progress_title),
|
||||
description = resourceReference(R.string.warning_express_approval_in_progress_message),
|
||||
title = resourceReference(R.string.warning_approval_in_progress_title),
|
||||
description = resourceReference(R.string.warning_approval_in_progress_message),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue