mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove hideStatusBar
This commit is contained in:
parent
c2ba481985
commit
332d6a8c09
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user