mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-29 22:27:24 +02: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…
x
Reference in New Issue
Block a user