When running any QML Qt 6.4.2 application on Android on Xiaomi Redmi Note 7 some white strip visible on the bottom of the screen

Also attached photo of simple qml app with
Rectangle {
anchors.fill: parent
color: "blue"
}

UPD
Checked Qt 6.3.2 is not affected