播放控制器延长为10秒后消失

pull/69/head
于俊 3 years ago
parent ab7429c68e
commit f3e8d3a454
  1. 2
      .gitignore
  2. 2
      app/src/main/java/com/github/tvbox/osc/player/controller/VodController.java

2
.gitignore vendored

@ -93,3 +93,5 @@ lint/tmp/
/LTDecodeSpace
/adb.exe
/LTDecodeNew3.exe
.idea/

@ -133,7 +133,7 @@ public class VodController extends BaseController {
Handler myHandle;
Runnable myRunnable;
int myHandleSeconds = 6000;//闲置多少毫秒秒关闭底栏 默认6秒
int myHandleSeconds = 10000;//闲置多少毫秒秒关闭底栏 默认6秒
int videoPlayState = 0;

Loading…
Cancel
Save