mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-16 22:30:16 +08:00
opt handle data
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -938,6 +938,10 @@ class VideoDetailController extends GetxController
|
||||
|
||||
/// 发送弹幕
|
||||
Future<void> showShootDanmakuSheet() async {
|
||||
if (plPlayerController.dmState.contains(cid.value)) {
|
||||
SmartDialog.showToast('UP主已关闭弹幕');
|
||||
return;
|
||||
}
|
||||
bool isPlaying =
|
||||
plPlayerController.playerStatus.status.value == PlayerStatus.playing;
|
||||
if (isPlaying) {
|
||||
|
||||
Reference in New Issue
Block a user