fresh start

This commit is contained in:
yaso-meth 2024-06-18 15:06:57 +02:00
parent 34e8e7ad45
commit a478324698
43 changed files with 227 additions and 102 deletions

View file

@ -26,7 +26,7 @@ class AuthCheck extends StatelessWidget {
}
// Connection state not active, show loading indicator
return CircularProgressIndicator();
return const CircularProgressIndicator();
},
);
}