Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jan 17, 2022
1 parent f380559 commit 3644b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void onConfigurationChanged(@NonNull Configuration newConfig) {

private void getDanmu() {
//下载demo然后设置
OkHttpUtils.get().url(TextUtils.concat("http://xingyuyou.com/Public/app/barragefile/","608","barrage.txt").toString())
OkHttpUtils.get().url("https://comment.bilibili.com/205245882.xml")
.build()
.execute(new FileCallBack(getApplication().getCacheDir().getAbsolutePath(), "barrage.txt")//
{
Expand Down

0 comments on commit 3644b28

Please sign in to comment.