Skip to content

Commit df533a1

Browse files
committed
Merge branch 'javaclass' of github.com:kivy/python-for-android into javaclass
2 parents ba37d21 + c1ce496 commit df533a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/android/src/java.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ cdef class JavaClass(object):
101101
raise JavaException('Invalid call, number of argument'
102102
' mismatch for constructor')
103103

104+
cdef jmethodID constructor
104105
try:
105106
# convert python arguments to java arguments
106107
if len(args):

0 commit comments

Comments
 (0)