diff --git a/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/EntryContent.kt b/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/EntryContent.kt index 238992c680..caf9e63bde 100644 --- a/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/EntryContent.kt +++ b/features/feed/impl/src/main/kotlin/com/tangem/features/feed/ui/EntryContent.kt @@ -149,7 +149,7 @@ private fun EntryContentV2( } val effectiveTopBarHeight = topBarHeight + statusBarInset val effectiveFadeHeight = fadeHeightOverride.value ?: effectiveTopBarHeight - val isTopFadeSolid = isOpenedInBottomSheet && bottomSheetState.value == BottomSheetState.COLLAPSED + val isTopFadeSolid = LocalIsOpenedInBottomSheet.current && bottomSheetState.value == BottomSheetState.COLLAPSED Surface(color = background, contentColor = background) { CompositionLocalProvider(