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

Commit 838a8e11 authored by cretin45's avatar cretin45 Committed by Gerrit Code Review
Browse files

SetupWizard: Increase delay for accessibility

Change-Id: Ifff7161f95e91ec7763f388206cd1d30804ad600
(cherry picked from commit 9dd952e3)
parent 0f80350f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ import java.util.List;

public class EnableAccessibilityController {

    private static final int SPEAK_WARNING_DELAY_MILLIS = 2000;
    private static final int ENABLE_ACCESSIBILITY_DELAY_MILLIS = 6000;
    private static final int SPEAK_WARNING_DELAY_MILLIS = 5000;
    private static final int ENABLE_ACCESSIBILITY_DELAY_MILLIS = 12000;

    public static final int MESSAGE_SPEAK_WARNING = 1;
    public static final int MESSAGE_SPEAK_ENABLE_CANCELED = 2;