Skip to content

Commit

Permalink
快捷换线,线路滑至选中的
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoRanLiu3119 committed Jan 15, 2024
1 parent 14e9e64 commit 8b08e19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ public void quickLineChange(){
if (currentIndex>=flags.size()){
currentIndex = 0;
}
mBinding.mGridViewFlag.smoothScrollToPosition(currentIndex);
chooseFlag(currentIndex);
mBinding.mGridView.postDelayed(() -> chooseSeries(vodInfo.playIndex,true),300);
}
Expand Down

0 comments on commit 8b08e19

Please sign in to comment.