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

Commit 565a3338 authored by vivek mehta's avatar vivek mehta Committed by cretin45
Browse files

Gallery2: reduce post delay time

Currently there is 500ms of delay added in Video view that adds to
app playback startup latency time. Reducing this delay to 50ms helps
in reducing the startup latency.

Change-Id: If1db674a66d68b94654868fd3e4d5c84ea5265e7
parent e507b921
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ public class MoviePlayer implements
    private static final String KEY_VIDEO_STATE = "video_state";

    private static final String VIRTUALIZE_EXTRA = "virtualize";
    private static final long BLACK_TIMEOUT = 500;
    private static final long BLACK_TIMEOUT = 50;
    private static final int DELAY_REMOVE_MS = 10000;
    public static final int SERVER_TIMEOUT = 8801;