Forráskód Böngészése

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

gavin.chen 1 éve
szülő
commit
2dc1bc8c3b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/view/mobile_view/mobile_bottom_menu.dart

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

@@ -183,7 +183,6 @@ class _MobileBottomMenuState extends State<MobileBottomMenu> {
                 const SizedBox(
                   width: 20,
                 ),
-                LocationInfo(),
                 Expanded(
                   child: SizedBox(
                     height: 1,
@@ -222,6 +221,7 @@ class _MobileBottomMenuState extends State<MobileBottomMenu> {
                       )
                     : Container(),
               ],
+              LocationInfo(),
             ],
           ),
         ),