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