Skip to content

Commit

Permalink
remove danmaku send success toast
Browse files Browse the repository at this point in the history
  • Loading branch information
ErBWs committed Jan 20, 2025
1 parent 664398b commit 7ac5eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/video/video_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ class _VideoPageState extends State<VideoPage>
}
// Todo 接口方限制

KazumiDialog.showToast(message: '发送成功');
playerController.danmakuController
.addDanmaku(DanmakuContentItem(msg, selfSend: true));
}
Expand Down

0 comments on commit 7ac5eb7

Please sign in to comment.