mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user