Remove test of home loading
This commit is contained in:
parent
81169d4724
commit
ac4ad04788
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ class _MihHomeState extends State<MihHome> {
|
|||
if (asyncSnapshot.connectionState == ConnectionState.waiting) {
|
||||
return Scaffold(
|
||||
body: const Mihloadingcircle(
|
||||
message: "Fetching your Data...",
|
||||
),
|
||||
// message: "Fetching your Data...",
|
||||
),
|
||||
);
|
||||
} else if (asyncSnapshot.connectionState == ConnectionState.done &&
|
||||
asyncSnapshot.hasData) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue