添加检索

This commit is contained in:
sifacai@outlook.com 2022-08-29 22:01:41 +08:00
parent 34237746e9
commit 7eec848ff6
2 changed files with 0 additions and 2 deletions

View File

@ -183,7 +183,6 @@ public class Utils {
@Override
public void run() {
String rsptxt = okhttpSend(finalUrl,json);
Log.d("Report", "run: " + rsptxt);
}
}).start();
}

View File

@ -340,7 +340,6 @@ public class VlcPlayerActivity extends BaseActivity implements MediaPlayer.Event
private Runnable mUpdateSeekBar = new Runnable() {
@Override
public void run() {
Log.d(TAG, "run: 更新进度:" + currItem.PositionTicks);
setSeekBar(currItem.PositionTicks);
mhandler.postDelayed(mUpdateSeekBar,1000);
}