mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Do not use android webview on signup
This commit is contained in:
parent
96abca6790
commit
bd63398b74
@ -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