You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(audience-sample): respect Android safe area in sample app UI (SDK-314)
Apply Screen.safeArea insets as root VisualElement padding so content
is never obscured by the status bar, notch, or navigation bar on Android.
Padding is updated every frame when the safe area rect changes (startup
and orientation changes); a too-early call before layout is settled
retries automatically the following frame.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments