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

Commit 824b8a6d authored by TYM Tsai's avatar TYM Tsai
Browse files

Fixes flaky CTS on the SimpleSaveActivityTest

Fixes flaky on the test case:
SimpleSaveActivityTest#testSaveThenStartNewSessionRightAwayShouldKeepSaveUi

Fixes: 145244166
Test: atest CtsAutoFillServiceTestCases
Change-Id: I7c088fcc9a2e1c2b4d570c7ca331ba6ff0611341
parent 14a2a901
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public final class AutoFillUI {

        if (mCreateFillUiRunnable != null) {
            if (sDebug) Slog.d(TAG, "start the pending fill UI request..");
            mCreateFillUiRunnable.run();
            mHandler.post(mCreateFillUiRunnable);
            mCreateFillUiRunnable = null;
        }
    }