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
fix(main): gate frame deferral to Android-only and await Crashlytics setup
- Wrap deferFirstFrame/allowFirstFrame in a `deferFrame` flag so the
delay applies only on Android, where the Impeller Vulkan format-0x38
probe race exists. iOS/web/desktop are unaffected and no longer incur
the deferred-frame path.
- Add missing `await` before setCrashlyticsCollectionEnabled so it
completes before deleteUnsentReports is called.
0 commit comments