mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 18:16:54 +08:00
opt uplist item
end align player duration Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -472,10 +472,10 @@ class PlPlayerController {
|
||||
enableHeart = false;
|
||||
}
|
||||
|
||||
if (Platform.isAndroid) {
|
||||
if (Platform.isAndroid && autoPiP) {
|
||||
Utils.channel.setMethodCallHandler((call) async {
|
||||
if (call.method == 'onUserLeaveHint') {
|
||||
if (autoPiP && playerStatus.status.value == PlayerStatus.playing) {
|
||||
if (playerStatus.status.value == PlayerStatus.playing) {
|
||||
enterPip();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -317,6 +317,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
/// 时间进度
|
||||
BottomControlType.time: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
children: [
|
||||
// 播放时间
|
||||
Obx(() {
|
||||
|
||||
Reference in New Issue
Block a user