mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +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")
|
console.warn("[App] hideStatusBar is not supported on this platform")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
return await StatusBar.hide()
|
return await StatusBar.hide()
|
||||||
},
|
},
|
||||||
showStatusBar: async () => {
|
showStatusBar: async () => {
|
||||||
@ -417,7 +418,7 @@ class App extends React.Component {
|
|||||||
})
|
})
|
||||||
|
|
||||||
StatusBar.setOverlaysWebView({ overlay: true })
|
StatusBar.setOverlaysWebView({ overlay: true })
|
||||||
window.app.hideStatusBar()
|
//window.app.hideStatusBar()
|
||||||
}
|
}
|
||||||
|
|
||||||
const userAgentPlatform = window.navigator.userAgent.toLowerCase()
|
const userAgentPlatform = window.navigator.userAgent.toLowerCase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user