瀏覽代碼

fix(mobile): 优化移动端播放 vid 显示帧数 #0013937

gavin.chen 1 年之前
父節點
當前提交
9c76df68f2
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      lib/view/mobile_view/mobile_bottom_menu.dart

+ 6 - 1
lib/view/mobile_view/mobile_bottom_menu.dart

@@ -221,7 +221,12 @@ class _MobileBottomMenuState extends State<MobileBottomMenu> {
                       )
                     : Container(),
               ],
-              LocationInfo(),
+              if (ifShowProgressBar) ...[
+                const SizedBox(
+                  width: 10,
+                ),
+                LocationInfo(),
+              ]
             ],
           ),
         ),