Updated on 2026-08-14
This commit is contained in:
parent
a816b14c69
commit
f2bf27ee5f
1 changed files with 4 additions and 4 deletions
|
|
@ -363,8 +363,8 @@ internal class StateBuilder(
|
|||
if (quoteModel.permissionState is PermissionDataState.PermissionLoading) {
|
||||
warnings.add(
|
||||
SwapWarning.TransactionInProgressWarning(
|
||||
title = stringReference("//TODO"),
|
||||
description = stringReference("//TODO"),
|
||||
title = resourceReference(R.string.warning_express_approval_in_progress_title),
|
||||
description = resourceReference(R.string.warning_express_approval_in_progress_message),
|
||||
),
|
||||
)
|
||||
} else if (quoteModel.preparedSwapConfigState.hasOutgoingTransaction) {
|
||||
|
|
@ -993,8 +993,8 @@ internal class StateBuilder(
|
|||
warnings.add(
|
||||
0,
|
||||
SwapWarning.TransactionInProgressWarning(
|
||||
title = stringReference("//TODO"),
|
||||
description = stringReference("//TODO"),
|
||||
title = resourceReference(R.string.warning_express_approval_in_progress_title),
|
||||
description = resourceReference(R.string.warning_express_approval_in_progress_message),
|
||||
),
|
||||
)
|
||||
return uiState.copy(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue