manager: fix uninstall button is overlayed. close #107

This commit is contained in:
tiann 2023-01-29 21:31:20 +08:00
parent d2d9b0eaad
commit 684283c585
No known key found for this signature in database
GPG Key ID: 6D3F65FFD9559C06

View File

@ -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)