mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-07 16:29:55 +00:00
Update: Allow simple TopBar without actions
This commit is contained in:
parent
9563e16e36
commit
bef33daab3
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user