Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e283b6 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Adding a TODO to productize killing/dismissal of setup wizard

Bug: 309471958
Test: presubmit
Flag: N/A
Change-Id: I8ef3a7310829333132b03453dbb6f3c37b88c364
parent 8b188122
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -312,10 +312,13 @@ public abstract class AbstractLauncherUiTest {
    // b/309008042
    private static boolean sFirstTimeWaitingForWizard = true;

    // b/309008042
    static {
        waitForSetupWizardDismissal();
    }

    // b/309008042
    // TODO(309471958) Productize killing/dismissal of setup wizard.
    /** Waits for setup wizard to go away. */
    public static void waitForSetupWizardDismissal() {
        if (sFirstTimeWaitingForWizard && TestStabilityRule.isPresubmit()) {