Updated on 2026-08-14
This commit is contained in:
parent
0f2b4464ef
commit
38b64433c0
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ internal class StateBuilder(
|
|||
else -> SwapWarning.GeneralWarning(
|
||||
notificationConfig = NotificationConfig(
|
||||
title = resourceReference(R.string.common_error),
|
||||
subtitle = if (dataError.code == DataError.UnknownError.code){
|
||||
subtitle = if (dataError.code == DataError.UnknownError.code) {
|
||||
resourceReference(R.string.swapping_generic_error)
|
||||
} else {
|
||||
resourceReference(R.string.generic_error_code, wrappedList(dataError.code.toString()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue