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