Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-16 19:15:46 +05:00
parent 2433276032
commit 901e46800e

View file

@ -116,7 +116,9 @@ internal class AddStakingNotificationsTransformer(
confirmationState = confirmationState.copy(
notifications = notifications.toImmutableList(),
isPrimaryButtonEnabled = notifications.none {
it is StakingNotification.Error || it is NotificationUM.Error
it is StakingNotification.Error ||
it is NotificationUM.Error ||
it is NotificationUM.Warning.NetworkFeeUnreachable
},
),
)