mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -275,17 +275,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
}
|
||||
}
|
||||
}
|
||||
if (Platform.isAndroid &&
|
||||
plPlayerController!.autoPiP &&
|
||||
await Utils.sdkInt >= 12) {
|
||||
if (isPlaying) {
|
||||
plPlayerController!.enterPip(isAuto: true);
|
||||
} else {
|
||||
Utils.channel.invokeMethod('setPipAutoEnterEnabled', {
|
||||
'autoEnable': false,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 继续播放或重新播放
|
||||
|
||||
Reference in New Issue
Block a user