OAuth: close the webview explicitly afterwords

Hopefully this will fix the problem on iOS
This commit is contained in:
Vishesh Handa
2020-04-02 17:21:25 +02:00
parent c322691614
commit f119e60b79
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class GitHub implements GitHost {
return;
}
closeWebView();
Fimber.d("GitHub: Called onUrl with " + call.arguments.toString());
String url = call.arguments["URL"];