manager: fixed module list refresh after isntallation

This commit is contained in:
Rifat Azad
2024-12-19 20:25:30 +06:00
parent 3eb8768465
commit aa195c6348

View File

@@ -180,6 +180,9 @@ fun ModuleScreen(navigator: DestinationsNavigator) {
TextButton(onClick = {
showConfirmDialog = false
navigator.navigate(FlashScreenDestination(FlashIt.FlashModule(zipUri!!)))
viewModel.markNeedRefresh()
}) {
Text(stringResource(R.string.confirm))
}