Updated on 2026-08-14
This commit is contained in:
parent
c9526b3cc8
commit
b9df117e11
1 changed files with 6 additions and 1 deletions
|
|
@ -130,7 +130,12 @@ internal object WalletScreenPreviewData {
|
|||
|
||||
private val buyButton = WalletManageButton.Buy(enabled = false, dimContent = true, onClick = {})
|
||||
private val sendButton = WalletManageButton.Send(enabled = false, dimContent = true, onClick = {})
|
||||
private val receiveButton = WalletManageButton.Receive(enabled = false, dimContent = true, onClick = {})
|
||||
private val receiveButton = WalletManageButton.Receive(
|
||||
enabled = false,
|
||||
dimContent = true,
|
||||
onClick = {},
|
||||
onLongClick = null,
|
||||
)
|
||||
|
||||
private val singleWalletLockedState = WalletState.SingleCurrency.Locked(
|
||||
walletCardState = noteLockedCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue