Rename top bar to CreateRoomRootViewTopBar
This commit is contained in:
parent
5b1dfb437c
commit
103ba86236
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ fun CreateRoomRootScreen(
|
|||
Scaffold(
|
||||
modifier = modifier.fillMaxWidth(),
|
||||
topBar = {
|
||||
CreateRoomViewTopBar(onClosePressed = onClosePressed)
|
||||
CreateRoomRootViewTopBar(onClosePressed = onClosePressed)
|
||||
}
|
||||
) {
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@ fun CreateRoomRootScreen(
|
|||
|
||||
@OptIn(ExperimentalMaterial3Api::class)
|
||||
@Composable
|
||||
fun CreateRoomViewTopBar(
|
||||
fun CreateRoomRootViewTopBar(
|
||||
modifier: Modifier = Modifier,
|
||||
onClosePressed: () -> Unit = {},
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue