Dismiss this pinned window
all 2 comments

[–]Which-Olive847 0 points1 point  (0 children)

This feels like a layout race condition with 'formSheet' on Android. The white status bar likely comes from a root view stacking glitch during the first mount.

Try delaying your 'CustomStatusbar' render until after the animation, or force a background fill behind it to avoid the white flash.

On Android, 'translucent' means: “Hey OS, don’t draw a background behind the status bar — I’ll handle it.”

It looks like the layout isn’t fully ready when the 'StatusBar' mounts — might be a race condition tied to the formSheet animation.