Add missing modifier use for TopAppBar

master
Lonami Exo 2022-10-24 15:51:03 +02:00
parent ea53d3cb1d
commit b5dddcef02
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ fun TalariaAppBar(
modifier: Modifier = Modifier,
) {
TopAppBar(
modifier = modifier,
title = { Text(stringResource(currentScreen.title)) },
navigationIcon = {
if (canNavigateBack) {