Update CustomKeyDownVod.java

pull/123/head
FongMi 3 years ago
parent a799a174a3
commit 9106888185
  1. 4
      app/src/mobile/java/com/fongmi/android/tv/ui/custom/CustomKeyDownVod.java

@ -89,8 +89,8 @@ public class CustomKeyDownVod extends GestureDetector.SimpleOnGestureListener {
private int getDelay() {
int count = Math.abs(time) / Constant.INTERVAL_SEEK;
if (count < 10) return 250;
else if (count < 20) return 100;
if (count < 5) return 250;
else if (count < 15) return 100;
else return 50;
}

Loading…
Cancel
Save