Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Fix install groups not automatically opening
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Oct 30, 2023
1 parent dc88751 commit 3efdde3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ class InstallerScreen(
mutableStateOf<InstallerViewModel.InstallStepGroup?>(null)
}

LaunchedEffect(viewModel.currentStep) {
expandedGroup = viewModel.currentStep?.group
}

// Listen for error messages from InstallService
val intentListener: (Intent) -> Unit = remember {
{
Expand Down

0 comments on commit 3efdde3

Please sign in to comment.