Skip to content

Commit

Permalink
Merge pull request #2196 from element-hq/fix/jme-crash-sending-pictur…
Browse files Browse the repository at this point in the history
…e-with-latest-posthog

Fix crash when sending image with latest posthog
  • Loading branch information
bmarty authored Jan 9, 2024
2 parents e8c6226 + e63eb3a commit 07776f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**

# Needed for Posthog
-keepclassmembers class android.view.JavaViewSpy {
static int windowAttachCount(android.view.View);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix crash sending image with latest Posthog because of an usage of an internal Android method.

0 comments on commit 07776f0

Please sign in to comment.