mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 05:45:51 +08:00
reduce fullscreen sc duration
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -459,7 +459,9 @@ class LiveRoomController extends GetxController {
|
||||
final item = SuperChatItem.fromJson(obj['data']);
|
||||
superChatMsg.insert(0, item);
|
||||
if (isFullScreen || plPlayerController.isDesktopPip) {
|
||||
fsSC.value = item;
|
||||
fsSC.value = item.copyWith(
|
||||
endTime: DateTime.now().millisecondsSinceEpoch ~/ 1000 + 10,
|
||||
);
|
||||
}
|
||||
break;
|
||||
case 'WATCHED_CHANGE':
|
||||
|
||||
Reference in New Issue
Block a user