Update: Allow simple TopBar without actions

This commit is contained in:
machiav3lli 2022-09-16 14:37:09 +02:00
parent 9563e16e36
commit bef33daab3

View File

@ -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(),