Updated on 2026-08-14
This commit is contained in:
parent
f4422dd3fb
commit
170774cde2
12 changed files with 123 additions and 23 deletions
|
|
@ -227,6 +227,15 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
wrappedList(cryptoAmount, fiatAmount),
|
||||
),
|
||||
)
|
||||
|
||||
data class OnrampErrorNotification(val onRefresh: () -> Unit) : Warning(
|
||||
title = resourceReference(R.string.common_error),
|
||||
subtitle = resourceReference(R.string.common_unknown_error),
|
||||
buttonsState = NotificationConfig.ButtonsState.SecondaryButtonConfig(
|
||||
text = resourceReference(R.string.warning_button_refresh),
|
||||
onClick = onRefresh,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
open class Info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue