Merge branch 'krille/fix-signup' into 'main'
fix: Do not use android webview on signup See merge request famedly/fluffychat!746
This commit is contained in:
commit
0549d31d5c
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