-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In App Video Recording hackaton #53
Conversation
@@ -10,7 +10,7 @@ android { | |||
defaultConfig { | |||
applicationId = "com.posthog.android.sample" | |||
minSdk = PosthogBuildConfig.Android.MIN_SDK | |||
targetSdk = PosthogBuildConfig.Android.TARGET_SDK | |||
targetSdk = 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to avoid dealing with special permissions on Android 14
Instructions and example for changelogPlease add an entry to ## Next
- In App Video Recording hackaton ([#53](https://github.com/PostHog/posthog-android/pull/53)) If none of the above apply, you can opt out of this check by adding |
@@ -138,6 +139,7 @@ internal class PostHogQueue( | |||
|
|||
private fun executeBatch() { | |||
if (!isConnected()) { | |||
isFlushing.set(false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've found a bug here while dogfooding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Motivation and Context
💚 How did you test it?
📝 Checklist