Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-05 15:57:04 +05:00
parent d82f8f61d4
commit afdb81adac

View file

@ -222,6 +222,9 @@ internal class AddStakingNotificationsTransformer(
StakingActionType.RESTAKE_REWARDS -> {
R.string.staking_restake to R.string.staking_notification_restake_rewards_text
}
StakingActionType.WITHDRAW -> {
R.string.staking_withdraw to R.string.staking_notification_withdraw_text
}
else -> null to null
}