From 822a54a1da7d97144e301bf0512cfe2c796ab00e Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 20 May 2026 15:55:27 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../src/main/kotlin/com/tangem/features/feed/ui/EntryContent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(