Skip to content

Commit

Permalink
add fix me
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuoSmall committed Sep 13, 2018
1 parent f3b8fda commit b2e249a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public void onClick(View v) {
if (isInPlayingState()) {
SwitchUtil.savePlayState(SwitchVideo.this);
getGSYVideoManager().setLastListener(SwitchVideo.this);
//fixme 页面跳转是,元素共享,效果会有一个中间中间控件的存在
//fixme 这时候中间控件 CURRENT_STATE_PLAYING,会触发 startProgressTimer
//FIXME 但是没有cancel
SwitchDetailActivity.startTActivity((Activity) getContext(), SwitchVideo.this);
}
}
Expand Down

0 comments on commit b2e249a

Please sign in to comment.