Skip to content

Commit

Permalink
Update webview_screen.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjxjjd123 authored Nov 24, 2023
1 parent 914b470 commit 04f6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screen/webview_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _WebViewScreenState extends State<WebViewScreen> {
}

Future<bool> 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<bool> dialogResult = showExitPopup();
return Future.value(dialogResult);
Expand Down

0 comments on commit 04f6e0e

Please sign in to comment.