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

Commit 830ad08f authored by RoboErik's avatar RoboErik Committed by Android (Google) Code Review
Browse files

Merge "b/6232528 Reduce volume persist delay to 500ms" into ics-aah

parents f9f27197 45edba1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class AudioService extends IAudioService.Stub {
    protected static final boolean DEBUG_RC = false;

    /** How long to delay before persisting a change in volume/ringer mode. */
    private static final int PERSIST_DELAY = 3000;
    private static final int PERSIST_DELAY = 500;

    private Context mContext;
    private ContentResolver mContentResolver;