bug fixed
This commit is contained in:
@@ -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()
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user