Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 3, 2020
1 parent 0cefb8e commit 8d0d0d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ public void onAutoCompletion() {
Debuger.printfLog("onAutoComplete");
mVideoAllCallBack.onAutoComplete(mOriginUrl, mTitle, this);
}
mHadPlay = false;
}

@Override
Expand Down Expand Up @@ -658,6 +659,7 @@ public void onCompletion() {

releaseNetWorkState();

mHadPlay = false;
}

@Override
Expand Down

0 comments on commit 8d0d0d3

Please sign in to comment.