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

Commit bb998c92 authored by Selim Cinek's avatar Selim Cinek
Browse files

Extended the maximum pulsing duration when dozing

Change-Id: Ib0f4cb4c7a011ce6df4100189b79ed4c2476c2c6
parent dca3b2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ public class DozeParameters {
    private static final String TAG = "DozeParameters";
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    private static final int MAX_DURATION = 10 * 1000;
    private static final int MAX_DURATION = 60 * 1000;

    private final Context mContext;