Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-18 13:37:26 +02:00
parent 3e9f54f2db
commit a13ace780e
3 changed files with 75 additions and 26 deletions

View file

@ -56,6 +56,7 @@ import com.tangem.core.ui.res.TangemTheme
import com.tangem.core.ui.test.MainScreenTestTags
import com.tangem.core.ui.utils.ProvideSharedTransitionScope
import com.tangem.core.ui.utils.lazyListItemPosition
import com.tangem.core.ui.utils.sharedBoundsSafely
import com.tangem.feature.wallet.impl.R
import com.tangem.feature.wallet.presentation.wallet.state.model.TokensListItemUM2
import com.tangem.feature.wallet.presentation.wallet.state.model.WalletTokensListState
@ -389,7 +390,7 @@ internal fun PortfolioRowItem(
tangemIconUM = sizedHeadIcon,
modifier = modifier
.size(iconBoxSize)
.sharedBounds(
.sharedBoundsSafely(
sharedContentState = iconSharedContentState,
animatedVisibilityScope = animatedContentScope,
boundsTransform = boundsTransform,
@ -423,7 +424,7 @@ internal fun PortfolioRowItem(
TokenRowTitle(
titleUM = resizedTitle,
modifier = modifier.sharedBounds(
modifier = modifier.sharedBoundsSafely(
sharedContentState = titleSharedContentState,
animatedVisibilityScope = animatedContentScope,
boundsTransform = boundsTransform,