manager: fixed module list refresh after isntallation

This commit is contained in:
Rifat Azad
2024-12-19 20:25:30 +06:00
parent f6c0c38e1d
commit 61244a872e

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