Browse Source

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

gavin.chen 1 year ago
parent
commit
9c76df68f2
1 changed files with 6 additions and 1 deletions
  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(),
+              ]
             ],
           ),
         ),