mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
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
2cf9ba2cff
@ -85,7 +85,7 @@ extension UiaRequestManager on MatrixState {
|
||||
launch(
|
||||
url.toString(),
|
||||
forceSafariVC: true,
|
||||
forceWebView: true,
|
||||
forceWebView: false,
|
||||
);
|
||||
if (OkCancelResult.ok ==
|
||||
await showOkCancelAlertDialog(
|
||||
|
Loading…
Reference in New Issue
Block a user