Updated on 2026-08-14
This commit is contained in:
parent
159c364b3c
commit
819c610c6f
3 changed files with 19 additions and 16 deletions
|
|
@ -56,15 +56,12 @@ internal class DefaultTokensListRouter(
|
|||
headerId = R.string.common_warning,
|
||||
messageId = R.string.alert_manage_tokens_unsupported_message,
|
||||
)
|
||||
Blockchain.Chia, Blockchain.ChiaTestnet -> AppDialog.SimpleOkDialogRes(
|
||||
else -> AppDialog.SimpleOkDialogRes(
|
||||
headerId = R.string.common_warning,
|
||||
messageId = R.string.alert_manage_tokens_unsupported_curve_message,
|
||||
args = listOf(blockchain.fullName),
|
||||
)
|
||||
else -> null // there's no alerts for other blockchains yer
|
||||
}
|
||||
if (alert != null) {
|
||||
store.dispatchDialogShow(alert)
|
||||
}
|
||||
store.dispatchDialogShow(alert)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue