Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-19 21:33:27 +08:00
parent 5e1c63c252
commit 8a76ba376b
8 changed files with 42 additions and 19 deletions

View file

@ -1,5 +1,6 @@
package com.tangem.core.ui.components.bottomsheets.tokenreceive
import android.widget.Toast
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
@ -79,6 +80,7 @@ private fun TokenReceiveBottomSheetContent(content: TokenReceiveBottomSheetConfi
content.onCopyClick.invoke()
hapticFeedback.performHapticFeedback(HapticFeedbackType.LongPress)
clipboardManager.setText(AnnotatedString(selectedAddress.value))
Toast.makeText(context, R.string.wallet_notification_address_copied, Toast.LENGTH_SHORT).show()
},
)
SecondaryButtonIconStart(