Added loading screen on init
This commit is contained in:
@@ -96,7 +96,7 @@ class HomePage extends StatelessWidget {
|
||||
),
|
||||
body: TabBarView(
|
||||
controller: cont,
|
||||
children: data.menuAvailable
|
||||
children: data.menuAvailable != DataStatus.NotFound
|
||||
? const [
|
||||
MenuListView(menuType: "bf"),
|
||||
MenuListView(menuType: "ln"),
|
||||
|
||||
Reference in New Issue
Block a user