mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -1369,7 +1369,8 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
Widget build(BuildContext context) {
|
||||
maxWidth = widget.maxWidth;
|
||||
maxHeight = widget.maxHeight;
|
||||
final primary = colorScheme.isLight
|
||||
final isFullScreen = this.isFullScreen;
|
||||
final primary = isFullScreen && colorScheme.isLight
|
||||
? colorScheme.inversePrimary
|
||||
: colorScheme.primary;
|
||||
late final thumbGlowColor = primary.withAlpha(80);
|
||||
@@ -1378,7 +1379,6 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
color: Colors.white,
|
||||
fontSize: 12,
|
||||
);
|
||||
final isFullScreen = this.isFullScreen;
|
||||
final isLive = plPlayerController.isLive;
|
||||
|
||||
final child = Stack(
|
||||
|
||||
Reference in New Issue
Block a user