mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Fix missing parenthesis in java wrapper
This commit is contained in:
parent
0ed8341c2a
commit
16267be498
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ class Jni(object):
|
|||
}
|
||||
for callback in jniInterface.callbacks:
|
||||
interface['callbacksList'].append(callback)
|
||||
print obj['className']
|
||||
print(obj['className'])
|
||||
if obj['className'] == 'Core':
|
||||
self.coreListener.append(callback)
|
||||
self.interfaces.append(interface)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue