Fixed position of StateHandler so that e.g. ExportScreen gets displayed again

This commit is contained in:
dankito 2024-09-08 21:06:58 +02:00
parent 747e3e6d2c
commit cac25daa07
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ fun AppContent(
Column(Modifier.fillMaxSize().padding(scaffoldPadding), horizontalAlignment = Alignment.CenterHorizontally) {
TransactionsList(uiState, uiSettings, isMobile)
StateHandler(uiState, snackbarHostState)
}
StateHandler(uiState, snackbarHostState)
}