Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-11 21:40:15 +02:00
parent 0f2b4464ef
commit 38b64433c0

View file

@ -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()))