mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Fixed the infinite loader bug
This commit is contained in:
@@ -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(() {
|
||||
|
||||
Reference in New Issue
Block a user