The newly opened window will first display a brief black screen before the Flutter-rendered UI content becomes visible. I tried using window.hide() to hide the window first, delay for a while, and then call window.show(), but the black screen still persists. Is it because the Flutter engine does not perform rendering during the hide operation? I hope there is a good solution.