PostHog / posthog-android

PostHog Android SDK
https://posthog.com/docs/libraries/android
MIT License
43 stars 23 forks source link

recording: fix crash when calling view.isVisible #201

Closed marandaneto closed 1 week ago

marandaneto commented 1 week ago

:bulb: Motivation and Context

Relates to https://github.com/PostHog/posthog-react-native-session-replay/issues/10

:green_heart: How did you test it?

Running method out of the main thread It should not crash from the main thread anyway but for some reason, it does for that issue

:pencil: Checklist