mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08:00
Buffering... > 加载中... (#10)
This commit is contained in:
@@ -1241,7 +1241,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
Obx(() {
|
Obx(() {
|
||||||
if (plPlayerController.buffered.value ==
|
if (plPlayerController.buffered.value ==
|
||||||
Duration.zero) {
|
Duration.zero) {
|
||||||
return const Text('Buffering...',
|
return const Text('加载中...',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.white, fontSize: 12));
|
color: Colors.white, fontSize: 12));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user