From 3ce635075ccfd98b5026d02bd481e35b06944e15 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Wed, 11 Sep 2024 20:48:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=AF=E5=8A=A8=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=86=8D=E9=9A=90=E8=97=8F=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E5=BC=B9=E7=AA=97=EF=BC=8C=E4=BB=A5=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E9=95=BF=E6=97=B6=E9=97=B4=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/webview/webview.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ui/webview/webview.dart b/lib/ui/webview/webview.dart index dff1bfe..1c34694 100644 --- a/lib/ui/webview/webview.dart +++ b/lib/ui/webview/webview.dart @@ -193,8 +193,6 @@ class WebViewModel { webview.close(); } }); - Future.delayed(const Duration(seconds: 1)) - .then((value) => {webview.setWebviewWindowVisibility(false)}); } } catch (e) { showToast(context, S.current.app_init_failed_with_reason(e));