pull/143/head
21561 1 year ago
parent 5fd7c38cb3
commit e5f521e96b
  1. 2
      app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java
  2. 2
      gradle.properties

@ -643,7 +643,7 @@ public class LivePlayActivity extends BaseActivity {
tvSelectedChannel.setVisibility(View.INVISIBLE);
tvSelectedChannel.setText("");
if(channelIndex>=0){
playChannel(groupIndex, channelIndex, false);
loadChannelGroupDataAndPlay(groupIndex,channelIndex);
}else {
playChannel(currentChannelGroupIndex, currentLiveChannelIndex, false);
}

@ -18,4 +18,4 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
IsDebug=true
#org.gradle.jvmargs=-Xmx2048m --add-opens java.base/java.io=ALL-UNNAMED
org.gradle.jvmargs=-Xmx2048m --add-opens java.base/java.io=ALL-UNNAMED

Loading…
Cancel
Save