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 module list refresh after isntallation
This commit is contained in:
@@ -180,6 +180,9 @@ fun ModuleScreen(navigator: DestinationsNavigator) {
|
|||||||
TextButton(onClick = {
|
TextButton(onClick = {
|
||||||
showConfirmDialog = false
|
showConfirmDialog = false
|
||||||
navigator.navigate(FlashScreenDestination(FlashIt.FlashModule(zipUri!!)))
|
navigator.navigate(FlashScreenDestination(FlashIt.FlashModule(zipUri!!)))
|
||||||
|
|
||||||
|
viewModel.markNeedRefresh()
|
||||||
|
|
||||||
}) {
|
}) {
|
||||||
Text(stringResource(R.string.confirm))
|
Text(stringResource(R.string.confirm))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user