We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638825c + 892b4a1 commit e4a2d2fCopy full SHA for e4a2d2f
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -238,7 +238,7 @@ public final class Player implements
238
//////////////////////////////////////////////////////////////////////////*/
239
240
public static final int PLAY_PREV_ACTIVATION_LIMIT_MILLIS = 5000; // 5 seconds
241
- public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 500; // 500 millis
+ public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 1000; // 1 second
242
public static final int DEFAULT_CONTROLS_DURATION = 300; // 300 millis
243
public static final int DEFAULT_CONTROLS_HIDE_TIME = 2000; // 2 Seconds
244
public static final int DPAD_CONTROLS_HIDE_TIME = 7000; // 7 Seconds
0 commit comments