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