Update LiveActivity.java

pull/142/head
FongMi 2 years ago
parent e20e1c2ffc
commit e83e838930
  1. 1
      app/src/mobile/java/com/fongmi/android/tv/ui/activity/LiveActivity.java

@ -579,7 +579,6 @@ public class LiveActivity extends BaseActivity implements CustomKeyDownLive.List
if (mChannel == null) return; if (mChannel == null) return;
LiveConfig.get().setKeep(mChannel); LiveConfig.get().setKeep(mChannel);
mViewModel.fetch(mChannel); mViewModel.fetch(mChannel);
ActionEvent.update();
showProgress(); showProgress();
setUrl(null); setUrl(null);
} }

Loading…
Cancel
Save