diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index 4f4cc168..6e91630c 100755 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -378,6 +378,7 @@ class App extends React.Component { console.warn("[App] hideStatusBar is not supported on this platform") return false } + return await StatusBar.hide() }, showStatusBar: async () => { @@ -417,7 +418,7 @@ class App extends React.Component { }) StatusBar.setOverlaysWebView({ overlay: true }) - window.app.hideStatusBar() + //window.app.hideStatusBar() } const userAgentPlatform = window.navigator.userAgent.toLowerCase()