mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
OAuth: close the webview explicitly afterwords
Hopefully this will fix the problem on iOS
This commit is contained in:
@ -24,6 +24,7 @@ class GitHub implements GitHost {
|
||||
return;
|
||||
}
|
||||
|
||||
closeWebView();
|
||||
Fimber.d("GitHub: Called onUrl with " + call.arguments.toString());
|
||||
|
||||
String url = call.arguments["URL"];
|
||||
|
Reference in New Issue
Block a user