Вот моя настройка:
Код: Выделить всё
• Device: Android 9
• Method used: WindowInsets.getInsets(WindowInsetsCompat.Type.systemBars())
• The topInset returned is larger than expected, compared to the actual height of the status bar.

Как видите, строка состояния выглядит нормально, но значение topInset выше, чем должно быть. Я уже убедился в этом:
Код: Выделить всё
• The status bar is visible.
• There’s no display cutout on this device.
Подробнее здесь: https://stackoverflow.com/questions/790 ... return-a-t