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

Commit 9545062d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the default value of fill_dialog_timeout_ms from 300ms to 400ms." into main

parents bfe2c0c9 a0fa8470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ public class AutofillFeatureFlags {
    public static final boolean DEFAULT_IMPROVE_FILL_DIALOG_ENABLED = true;
    // Default for whether the pre trigger removal is enabled.
    /** @hide */
    public static final long DEFAULT_FILL_DIALOG_TIMEOUT_MS = 300; // 300 ms
    public static final long DEFAULT_FILL_DIALOG_TIMEOUT_MS = 400; // 400 ms
    /** @hide */
    public static final long DEFAULT_FILL_DIALOG_MIN_WAIT_AFTER_IME_ANIMATION_END_MS = 0; // 0 ms
    // END AUTOFILL REMOVE PRE_TRIGGER FLAGS DEFAULTS