fix: show system navigation bar by swiping up from bottom on Android, closes #592 (#912)

This commit is contained in:
Huang Xin 2025-04-19 23:02:17 +08:00 committed by GitHub
parent cf66665096
commit b9fa204eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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