Skip to content

Commit

Permalink
Dynamically adding InstreamView
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqiuwei authored Dec 8, 2020
1 parent 79f26cc commit 08d5e2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public void onMediaStop(int playTime) {
@Override
public void onMediaCompletion(int playTime) {
updateCountDown(playTime);
removeInstream();
playVideo();
}

Expand Down

0 comments on commit 08d5e2c

Please sign in to comment.