Hide next button when not in manual setup
This commit is contained in:
parent
a1a36909c5
commit
6b5d1ca7b3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fun SpecialFoldersScreen(
|
|||
onNextClick = { dispatch(Event.OnNextClicked) },
|
||||
onBackClick = { dispatch(Event.OnBackClicked) },
|
||||
state = WizardNavigationBarState(
|
||||
isNextEnabled = state.value.isLoading.not(),
|
||||
showNext = state.value.isManualSetup && state.value.isLoading.not(),
|
||||
),
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue