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: fix uninstall button is overlayed. close #107
This commit is contained in:
@@ -83,6 +83,7 @@ fun ModuleScreen(navigator: DestinationsNavigator) {
|
||||
text = { Text(text = moduleInstall) },
|
||||
)
|
||||
},
|
||||
floatingActionButtonPosition = FabPosition.Center,
|
||||
) { innerPadding ->
|
||||
val failedEnable = stringResource(R.string.module_failed_to_enable)
|
||||
val failedDisable = stringResource(R.string.module_failed_to_disable)
|
||||
|
||||
Reference in New Issue
Block a user