mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 13:25:49 +08:00
opt loading res
Closes #1080 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1626,9 +1626,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Image.asset(
|
||||
'assets/images/loading.gif',
|
||||
'assets/images/loading.webp',
|
||||
height: 25,
|
||||
semanticLabel: "加载中",
|
||||
color: Colors.white,
|
||||
),
|
||||
if (plPlayerController.isBuffering.value)
|
||||
Obx(() {
|
||||
|
||||
Reference in New Issue
Block a user