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