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