1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-05 04:17:55 +00:00

Merge pull request #7071 from thefalsedev/cpufix-1

Change player progress bar update from 500 ms to 1 s
This commit is contained in:
Tobi
2021-09-09 13:37:44 +02:00
committed by GitHub

View File

@@ -238,7 +238,7 @@ public final class Player implements
//////////////////////////////////////////////////////////////////////////*/
public static final int PLAY_PREV_ACTIVATION_LIMIT_MILLIS = 5000; // 5 seconds
public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 500; // 500 millis
public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 1000; // 1 second
public static final int DEFAULT_CONTROLS_DURATION = 300; // 300 millis
public static final int DEFAULT_CONTROLS_HIDE_TIME = 2000; // 2 Seconds
public static final int DPAD_CONTROLS_HIDE_TIME = 7000; // 7 Seconds