mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
GitHostSetup: Abort on exception
Otherwise we land up accessing the 'cloneUrl' of a null object and get another exception.
This commit is contained in:
@ -91,6 +91,7 @@ class GitHostSetupAutoConfigureState extends State<GitHostSetupAutoConfigure> {
|
||||
setState(() {
|
||||
errorMessage = widget.gitHostType.toString() + ": " + e.toString();
|
||||
});
|
||||
return;
|
||||
}
|
||||
widget.onDone(repo.cloneUrl);
|
||||
});
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user