fresh start
This commit is contained in:
parent
34e8e7ad45
commit
a478324698
43 changed files with 227 additions and 102 deletions
|
|
@ -26,7 +26,7 @@ class AuthCheck extends StatelessWidget {
|
|||
}
|
||||
|
||||
// Connection state not active, show loading indicator
|
||||
return CircularProgressIndicator();
|
||||
return const CircularProgressIndicator();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue