Updated on 2026-08-14
This commit is contained in:
parent
2f325fa46f
commit
6025d8ab67
1 changed files with 7 additions and 1 deletions
|
|
@ -538,7 +538,13 @@ internal class TokenDetailsViewModel @Inject constructor(
|
|||
ifRight = { it },
|
||||
)
|
||||
if (extendedKey.isNotBlank()) {
|
||||
router.share(extendedKey)
|
||||
hapticManager.vibrateMeduim()
|
||||
clipboardManager.setText(text = extendedKey)
|
||||
internalUiState.value = stateFactory.getStateAndTriggerEvent(
|
||||
state = internalUiState.value,
|
||||
errorMessage = resourceReference(R.string.wallet_notification_address_copied),
|
||||
setUiState = { internalUiState.value = it },
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue