You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: fixed missing opening bracket
This commit is contained in:
@@ -118,7 +118,7 @@ fun ExecuteModuleActionScreen(navigator: DestinationsNavigator, moduleId: String
|
|||||||
floatingActionButton = {
|
floatingActionButton = {
|
||||||
if (!isActionRunning) {
|
if (!isActionRunning) {
|
||||||
ExtendedFloatingActionButton(
|
ExtendedFloatingActionButton(
|
||||||
text = Text(text = stringResource(R.string.close)) },
|
text = { Text(text = stringResource(R.string.close)) },
|
||||||
icon = { Icon(Icons.Filled.Close, contentDescription = null) },
|
icon = { Icon(Icons.Filled.Close, contentDescription = null) },
|
||||||
onClick = {
|
onClick = {
|
||||||
navigator.popBackStack()
|
navigator.popBackStack()
|
||||||
|
|||||||
Reference in New Issue
Block a user