Remove test of home loading

This commit is contained in:
2025-09-15 10:21:15 +02:00
parent 81169d4724
commit ac4ad04788

View File

@@ -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) {