Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-20 15:55:27 +02:00
parent d8749a859f
commit 822a54a1da

View file

@ -149,7 +149,7 @@ private fun EntryContentV2(
} }
val effectiveTopBarHeight = topBarHeight + statusBarInset val effectiveTopBarHeight = topBarHeight + statusBarInset
val effectiveFadeHeight = fadeHeightOverride.value ?: effectiveTopBarHeight 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) { Surface(color = background, contentColor = background) {
CompositionLocalProvider( CompositionLocalProvider(