Applied same order as for all others

This commit is contained in:
dankito 2024-09-08 21:09:51 +02:00
parent cac25daa07
commit 9c2653944d
1 changed files with 2 additions and 2 deletions

View File

@ -117,11 +117,11 @@ fun SideMenuContent() {
NavigationMenuItem(itemModifier, "Daten exportieren", textColor, horizontalPadding = ItemHorizontalPadding,
icon = { Icon(Icons.AutoMirrored.Filled.Send, "Konto hinzufügen", Modifier.size(iconSize), tint = textColor) }) {
uiState.showExportScreen.value = true
coroutineScope.launch {
drawerState.close()
}
uiState.showExportScreen.value = true
}
}
}