remove hideStatusBar

This commit is contained in:
SrGooglo 2022-11-24 20:08:00 +00:00
parent c2ba481985
commit 332d6a8c09

View File

@ -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()