mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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(() {
|
setState(() {
|
||||||
errorMessage = widget.gitHostType.toString() + ": " + e.toString();
|
errorMessage = widget.gitHostType.toString() + ": " + e.toString();
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
widget.onDone(repo.cloneUrl);
|
widget.onDone(repo.cloneUrl);
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: journal
|
name: journal
|
||||||
description: A Journaling App Built on top of Git
|
description: A Journaling App Built on top of Git
|
||||||
version: 1.1.7+10
|
version: 1.1.8+10
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
Reference in New Issue
Block a user