diff --git a/lib/screens/githostsetup_autoconfigure.dart b/lib/screens/githostsetup_autoconfigure.dart index 6fa8c4b8..b9ee2c00 100644 --- a/lib/screens/githostsetup_autoconfigure.dart +++ b/lib/screens/githostsetup_autoconfigure.dart @@ -91,6 +91,7 @@ class GitHostSetupAutoConfigureState extends State { setState(() { errorMessage = widget.gitHostType.toString() + ": " + e.toString(); }); + return; } widget.onDone(repo.cloneUrl); }); diff --git a/pubspec.yaml b/pubspec.yaml index 1c4de4ac..f47489b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: journal description: A Journaling App Built on top of Git -version: 1.1.7+10 +version: 1.1.8+10 dependencies: flutter: