fix: Do not use android webview on signup

This commit is contained in:
Krille Fear 2022-02-17 20:47:26 +01:00
parent 96abca6790
commit bd63398b74
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ extension UiaRequestManager on MatrixState {
launch( launch(
url.toString(), url.toString(),
forceSafariVC: true, forceSafariVC: true,
forceWebView: true, forceWebView: false,
); );
if (OkCancelResult.ok == if (OkCancelResult.ok ==
await showOkCancelAlertDialog( await showOkCancelAlertDialog(