mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android: Fix crash on startup for devices with API level < 23
This commit is contained in:
parent
61fd8827e1
commit
603c98c9d1
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ DECLARE_JNI_CLASS (AndroidView, "android/view/View")
|
|||
METHOD (setOnApplyWindowInsetsListener, "setOnApplyWindowInsetsListener", "(Landroid/view/View$OnApplyWindowInsetsListener;)V") \
|
||||
METHOD (getRootWindowInsets, "getRootWindowInsets", "()Landroid/view/WindowInsets;")
|
||||
|
||||
DECLARE_JNI_CLASS (AndroidView23, "android/view/View")
|
||||
DECLARE_JNI_CLASS_WITH_MIN_SDK (AndroidView23, "android/view/View", 23)
|
||||
#undef JNI_CLASS_MEMBERS
|
||||
|
||||
#define JNI_CLASS_MEMBERS(METHOD, STATICMETHOD, FIELD, STATICFIELD, CALLBACK) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue