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

Commit cf823dc5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes flaky CTS on the SimpleSaveActivityTest"

parents f866f1ad 824b8a6d
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;
        }
    }