Updated on 2026-08-14
This commit is contained in:
parent
be574141f6
commit
129d336e82
1 changed files with 1 additions and 8 deletions
|
|
@ -188,18 +188,11 @@ internal class DefaultFeedEntryComponent @AssistedInject constructor(
|
|||
bottomSheetState = bottomSheetState,
|
||||
stackState = stackStack,
|
||||
onHeaderSizeChange = onHeaderSizeChange,
|
||||
onExpandSheet = { onCollapsedSheetClick(onExpandSheet) },
|
||||
onExpandSheet = onExpandSheet,
|
||||
isOpenedInBottomSheet = true,
|
||||
)
|
||||
}
|
||||
|
||||
private fun onCollapsedSheetClick(onExpandSheet: () -> Unit) {
|
||||
if (stack.value.active.configuration is FeedEntryChildFactory.Child.Feed) {
|
||||
clickIntents.openSearch(AnalyticsParam.ScreensSources.Markets.value)
|
||||
}
|
||||
onExpandSheet()
|
||||
}
|
||||
|
||||
@Composable
|
||||
override fun Content(modifier: Modifier) {
|
||||
val bottomSheetState = remember {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue