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(
|
launch(
|
||||||
url.toString(),
|
url.toString(),
|
||||||
forceSafariVC: true,
|
forceSafariVC: true,
|
||||||
forceWebView: true,
|
forceWebView: false,
|
||||||
);
|
);
|
||||||
if (OkCancelResult.ok ==
|
if (OkCancelResult.ok ==
|
||||||
await showOkCancelAlertDialog(
|
await showOkCancelAlertDialog(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue