mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
This commit is contained in:
parent
cf66665096
commit
b9fa204eda
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class NativeBridgePlugin(private val activity: Activity): Plugin(activity) {
|
|||
)
|
||||
}
|
||||
if (visible) {
|
||||
controller.show(WindowInsets.Type.systemBars())
|
||||
controller.show(WindowInsets.Type.statusBars())
|
||||
} else {
|
||||
controller.hide(WindowInsets.Type.systemBars())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue