Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
Rider21 committed Mar 8, 2024
1 parent 592c4db commit da4d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/WebviewScreen/WebviewScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const WebviewScreen = ({ route, navigation }: WebviewScreenProps) => {
const [tempData, setTempData] = useState<StorageData>();
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) {
Expand Down

0 comments on commit da4d7e8

Please sign in to comment.