fix: for media kit android
This commit is contained in:
@@ -144,7 +144,7 @@ class _VideoWidgetState extends State<VideoWidget> {
|
||||
Bus.instance.fire(
|
||||
StreamSwitchedEvent(
|
||||
selectPreviewForPlay,
|
||||
Platform.isAndroid
|
||||
Platform.isAndroid && useNativeVideoPlayer
|
||||
? PlayerType.nativeVideoPlayer
|
||||
: PlayerType.mediaKit,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user