bug fixed

This commit is contained in:
nutchayut
2025-01-08 00:32:09 +07:00
parent fd8853c48a
commit 700e63c054
27 changed files with 54 additions and 3034 deletions

View File

@@ -129,7 +129,8 @@ class _TopUpMenuPageState extends State<TopUpMenuPage> {
height: 1,
),
_is_history ? Expanded(child: TopUpHistory()) : TopUpListMenu(),
Expanded(child: Container()),
_is_history
?Container(): Expanded(child: Container()),
HomeBottomMenuWidget()
],
),

View File

@@ -621,7 +621,8 @@ class _TransferMoneyMenuPageState extends State<TransferMoneyMenuPage> {
],
),
),
Expanded(child: Container()),
_is_history
?Container(): Expanded(child: Container()),
HomeBottomMenuWidget()
],
),