manager: fixed missing opening bracket

This commit is contained in:
Rifat Azad
2024-12-26 21:34:21 +06:00
parent 298a7fdd07
commit 705fc125a3

View File

@@ -118,7 +118,7 @@ fun ExecuteModuleActionScreen(navigator: DestinationsNavigator, moduleId: String
floatingActionButton = {
if (!isActionRunning) {
ExtendedFloatingActionButton(
text = Text(text = stringResource(R.string.close)) },
text = { Text(text = stringResource(R.string.close)) },
icon = { Icon(Icons.Filled.Close, contentDescription = null) },
onClick = {
navigator.popBackStack()