mod: video brightness control

This commit is contained in:
bggRGjQaUbCoE
2024-09-16 11:05:31 +08:00
parent 58613aaa27
commit 425f7402f1
5 changed files with 12 additions and 22 deletions

View File

@@ -1453,10 +1453,7 @@ class _HeaderControlState extends State<HeaderControl> {
onPressed: () async {
// 销毁播放器实例
// await widget.controller!.dispose(type: 'all');
if (mounted) {
Navigator.popUntil(
context, (Route<dynamic> route) => route.isFirst);
}
Get.until((route) => route.isFirst);
},
)),
if ((videoIntroController.videoDetail.value.title != null) &&