Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyis authored Oct 23, 2024
1 parent 2d27d52 commit 652d0c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ private void loadLiveUrl(int g,int i) {
webView.setInitialScale(getMinimumScale());
var url=TVUrls.liveUrls2[g].getTvUrls().get(i).url;// liveUrls[currentLiveIndex];
webView.loadUrl(url);
if(url.startsWith("https://www.yangshipin.cn/tv/home?pid\u003d600001859")) {
if(url.startsWith("https://www.yangshipin.cn/tv/home?pid=600001859")) {
ScheduledExecutorService scheduler = Executors.newScheduledThreadPool(1);

// 定义要执行的任务
Expand Down

0 comments on commit 652d0c4

Please sign in to comment.