Android white stribe on top of screen JUCE 5.4.3

After I switched from JUCE 5.3.0 to JUCE 5.4.3 all windows on Android has a white stripe on top (See attached pictures)
JUCE_5.3.0_Screenshot.png is with JUCE 5.3.0
JUCE_5.4.3_Screenshot_Horizontal.png” and “JUCE_5.4.3_Screenshot_Vertical.png” is with JUCE 5.4.3"

What can be the reason for that?
Where should I look to solve this problem?

Best
Eigil

Solved!

This code did the trick:
DocumentWindow::resized();

Best,
Eigil