Fixed the infinite loader bug

This commit is contained in:
infiniteoverflow
2021-10-07 21:35:32 +05:30
parent 555e873a2f
commit 3ca8a2ca7c

View File

@@ -147,6 +147,9 @@ class _AuthCardState extends State<AuthCard> {
});
} on WgerHttpException catch (error) {
showHttpExceptionErrorDialog(error, context);
setState(() {
_isLoading = false;
});
} catch (error) {
showErrorDialog(error, context);
setState(() {