From 04f6e0e5f966be914e71e644d3be2d21fdeda3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=99=EB=A6=BC?= <63008138+hfjxjjd123@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:29:41 +0900 Subject: [PATCH] Update webview_screen.dart --- lib/screen/webview_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screen/webview_screen.dart b/lib/screen/webview_screen.dart index 6d7bf3e..e1e83b0 100644 --- a/lib/screen/webview_screen.dart +++ b/lib/screen/webview_screen.dart @@ -62,7 +62,7 @@ class _WebViewScreenState extends State { } Future onGoBack() async { - if (await widget.controller.currentUrl() != 'https://www.dev.uspray.kr/main') { + if (await widget.controller.currentUrl() != 'https://www.uspray.kr/main') { if(!await widget.controller.canGoBack()){ Future dialogResult = showExitPopup(); return Future.value(dialogResult);