fix: Do not use android webview on signup
This commit is contained in:
parent
6acf6f373d
commit
58455d6251
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ extension UiaRequestManager on MatrixState {
|
|||
launch(
|
||||
url.toString(),
|
||||
forceSafariVC: true,
|
||||
forceWebView: true,
|
||||
forceWebView: false,
|
||||
);
|
||||
if (OkCancelResult.ok ==
|
||||
await showOkCancelAlertDialog(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue