From da4d7e878aced6567b98fc802c34715b27dfbe00 Mon Sep 17 00:00:00 2001 From: Rider21 <58046032+Rider21@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:21:19 +0300 Subject: [PATCH] / --- src/screens/WebviewScreen/WebviewScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/WebviewScreen/WebviewScreen.tsx b/src/screens/WebviewScreen/WebviewScreen.tsx index 08bafc9c59..88a7f1fd23 100644 --- a/src/screens/WebviewScreen/WebviewScreen.tsx +++ b/src/screens/WebviewScreen/WebviewScreen.tsx @@ -32,7 +32,7 @@ const WebviewScreen = ({ route, navigation }: WebviewScreenProps) => { const [tempData, setTempData] = useState(); const [menuVisible, setMenuVisible] = useState(false); - console.log(loading, loading && progress !== 1); + console.log(loading, loading && progress !== 1, progress !== 1); const handleNavigation = (e: WebViewNavigation) => { if (!e.loading) {