Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-06 22:22:45 +03:00
parent 3abd3268ff
commit a2883dbdd4
3 changed files with 11 additions and 6 deletions

View file

@ -84,7 +84,7 @@ private fun handleNotificationAction(action: Action) {
}
else -> {
val args = (action.error as? ArgError)?.args ?: listOf()
notificationsHandler?.showNotification(action.error.localizedMessage, args)
notificationsHandler?.showNotification(action.error.messageResource, args)
}
}
}