mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-23 20:29:51 +00:00
Update: Allow simple TopBar without actions
This commit is contained in:
@ -47,7 +47,7 @@ import com.machiav3lli.fdroid.ui.compose.utils.HorizontalExpandingVisibility
|
|||||||
fun TopBar(
|
fun TopBar(
|
||||||
title: String,
|
title: String,
|
||||||
scrollBehavior: TopAppBarScrollBehavior? = null,
|
scrollBehavior: TopAppBarScrollBehavior? = null,
|
||||||
actions: @Composable (RowScope.() -> Unit)
|
actions: @Composable (RowScope.() -> Unit) = {}
|
||||||
) {
|
) {
|
||||||
SmallTopAppBar(
|
SmallTopAppBar(
|
||||||
modifier = Modifier.wrapContentHeight(),
|
modifier = Modifier.wrapContentHeight(),
|
||||||
|
Reference in New Issue
Block a user