mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-17 16:23:57 +00:00
@@ -109,7 +109,7 @@ fun ImportPatchBundleDialog(
|
||||
steps[currentStep]()
|
||||
},
|
||||
confirmButton = {
|
||||
if (currentStep == steps.size - 1) {
|
||||
if (currentStep == steps.lastIndex) {
|
||||
TextButton(
|
||||
enabled = inputsAreValid,
|
||||
onClick = {
|
||||
|
||||
Reference in New Issue
Block a user