Updated on 2026-08-14
This commit is contained in:
parent
d82f8f61d4
commit
afdb81adac
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue