Remove test of home loading
This commit is contained in:
@@ -91,8 +91,8 @@ class _MihHomeState extends State<MihHome> {
|
|||||||
if (asyncSnapshot.connectionState == ConnectionState.waiting) {
|
if (asyncSnapshot.connectionState == ConnectionState.waiting) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: const Mihloadingcircle(
|
body: const Mihloadingcircle(
|
||||||
message: "Fetching your Data...",
|
// message: "Fetching your Data...",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
} else if (asyncSnapshot.connectionState == ConnectionState.done &&
|
} else if (asyncSnapshot.connectionState == ConnectionState.done &&
|
||||||
asyncSnapshot.hasData) {
|
asyncSnapshot.hasData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user