Stop connection init if settings is empty

This commit is contained in:
estevez-dev
2019-06-15 14:36:11 +03:00
parent 209ccd4f7f
commit e1d9d9f304
4 changed files with 52 additions and 34 deletions

View File

@ -309,6 +309,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
}
void _showOAuth() {
Logger.d("_showOAuth: ${Connection().oauthUrl}");
Navigator.push(
context,
MaterialPageRoute(