pull/199/head
FongMi 2 years ago
parent ad7edf5a08
commit b8a6dd76cf
  1. 2
      app/src/main/java/com/fongmi/android/tv/player/extractor/TVBus.java

@ -58,8 +58,8 @@ public class TVBus implements Source.Extractor, Listener {
}
private void change() {
App.post(() -> System.exit(0), 250);
Setting.putBootLive(true);
App.post(() -> System.exit(0), 250);
}
@Override

Loading…
Cancel
Save