Merge pull request #2196 from element-hq/fix/jme-crash-sending-picture-with-latest-posthog

Fix crash when sending image with latest posthog
This commit is contained in:
Benoit Marty
2024-01-09 12:12:49 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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);
}
@@ -0,0 +1 @@
Fix crash sending image with latest Posthog because of an usage of an internal Android method.