Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-23 13:35:48 +08:00
parent f779ed63e8
commit cba70c3507

View File

@@ -84,7 +84,7 @@ class PlPlayerController {
final RxString _direction = 'horizontal'.obs; final RxString _direction = 'horizontal'.obs;
final Rx<BoxFit> _videoFit = Rx(videoFitType[1]['attr']); final Rx<BoxFit> _videoFit = Rx(videoFitType[1]['attr']);
final RxString _videoFitDesc = videoFitType[1]['desc'].obs; final RxString _videoFitDesc = RxString(videoFitType[1]['desc']);
late StreamSubscription<DataStatus> _dataListenerForVideoFit; late StreamSubscription<DataStatus> _dataListenerForVideoFit;
late StreamSubscription<DataStatus> _dataListenerForEnterFullscreen; late StreamSubscription<DataStatus> _dataListenerForEnterFullscreen;