diff --git a/components/settings.js b/components/settings.js index 6061d5d..98d346f 100644 --- a/components/settings.js +++ b/components/settings.js @@ -180,7 +180,7 @@ export default function Setting(props) { { ); }; useEffect(() => { - data(); + //data(); //ScreenOrientation.unlockAsync(); }, []); @@ -27,7 +27,7 @@ export const DeviceOrientationChangeProvider = ({ children }) => { setIsLandscape(false); } if (height / width < 1.5) { - //setIsLandscape(true); + setIsLandscape(true); } }, [height, width]); return (