Updated on 2026-08-14
This commit is contained in:
parent
23b66545b2
commit
2482b0aa78
3 changed files with 2 additions and 5 deletions
|
|
@ -44,7 +44,6 @@ internal fun WcSendTransactionItems(
|
|||
.fillMaxWidth()
|
||||
.padding(TangemTheme.dimens.spacing12)
|
||||
|
||||
DividerWithPadding(start = 0.dp, end = 0.dp)
|
||||
WcWalletItem(
|
||||
modifier = itemsModifier,
|
||||
walletName = walletName,
|
||||
|
|
@ -61,8 +60,8 @@ internal fun WcSendTransactionItems(
|
|||
addressText = address,
|
||||
)
|
||||
}
|
||||
DividerWithPadding(start = 40.dp, end = 12.dp)
|
||||
if (feeState != WcTransactionFeeState.None) {
|
||||
DividerWithPadding(start = 40.dp, end = 12.dp)
|
||||
feeSelectorBlockComponent?.Content(
|
||||
modifier = if (onFeeBlockClicked != null) {
|
||||
Modifier.clickableSingle(onClick = onFeeBlockClicked)
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ private class WcSendTransactionStateProvider : CollectionPreviewParameterProvide
|
|||
),
|
||||
walletName = "Tangem 2.0",
|
||||
networkInfo = WcNetworkInfoUM(name = "Ethereum", iconRes = R.drawable.img_eth_22),
|
||||
feeState = WcTransactionFeeState.None,
|
||||
feeState = WcTransactionFeeState.Success(null, {}),
|
||||
address = "0x345FF...34FA",
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ private fun WcSignTransactionItems(state: WcSignTransactionItemUM, modifier: Mod
|
|||
.fillMaxWidth()
|
||||
.padding(12.dp)
|
||||
|
||||
DividerWithPadding(start = 0.dp, end = 0.dp)
|
||||
WcWalletItem(
|
||||
modifier = itemsModifier,
|
||||
walletName = state.walletName,
|
||||
|
|
@ -130,7 +129,6 @@ private fun WcSignTransactionItems(state: WcSignTransactionItemUM, modifier: Mod
|
|||
addressText = state.addressText,
|
||||
)
|
||||
}
|
||||
DividerWithPadding(start = 40.dp, end = 12.dp)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue