Updated on 2026-08-14
This commit is contained in:
parent
d8749a859f
commit
822a54a1da
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue