Skip to content

Commit

Permalink
Merge pull request CatVodTVOfficial#100 from CatVodTVOfficial/dev
Browse files Browse the repository at this point in the history
完善播放器控制UI
  • Loading branch information
lite-cucumber authored Jun 29, 2022
2 parents 206e2eb + 738ac09 commit c9ea0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void onClick(View v) {
players.add(2);
players.add(3);
players.add(4);
players.add(4);
players.add(5);
SelectDialog<Integer> dialog = new SelectDialog<>(mActivity);
dialog.setTip("请选择默认画面缩放");
dialog.setAdapter(new SelectDialogAdapter.SelectDialogInterface<Integer>() {
Expand Down

0 comments on commit c9ea0f9

Please sign in to comment.