Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-16 18:13:49 +05:00
parent bbb9280413
commit e8c930481f
6 changed files with 106 additions and 40 deletions

View file

@ -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),
),
)