Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-09 17:17:29 +02:00
commit 0583a20c60
4 changed files with 129 additions and 0 deletions

View file

@ -53,6 +53,7 @@ import com.tangem.core.ui.res.TangemTheme
import com.tangem.core.ui.res.TangemThemePreviewRedesign
import com.tangem.core.ui.test.BaseActionButtonsBlockTestTags
import com.tangem.core.ui.test.TangemPayTestTags
import com.tangem.core.ui.test.TokenDetailsTopBarTestTags
import com.tangem.features.tangempay.components.express.PreviewEmptyExpressTransactionsComponent
import com.tangem.features.tangempay.components.txHistory.PreviewTangemPayTxHistoryComponent
import com.tangem.features.tangempay.components.txHistory.TangemPayTxHistoryComponent
@ -305,6 +306,7 @@ private fun PayDetailsTopBar(
var isDropdownMenuShown by rememberSaveable { mutableStateOf(false) }
Box {
TangemButton(
modifier = Modifier.testTag(TokenDetailsTopBarTestTags.MORE_BUTTON),
iconStart = TangemIconUM.Icon(iconRes = CoreUiR.drawable.ic_more_default_24),
onClick = {
config.onOpenMenu()