mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
proguard.cfg
This commit is contained in:
parent
f6452297c7
commit
36e3c12a01
3 changed files with 26 additions and 2 deletions
|
@ -66,7 +66,7 @@ JNIEnv *AndroidUtil::getEnv() {
|
|||
return env;
|
||||
}
|
||||
|
||||
#define CHECK_NULL(value) if ((value) == 0) { throwRuntimeException(env, #value); }
|
||||
#define CHECK_NULL(value) if ((value) == 0) { return false; }
|
||||
|
||||
bool AndroidUtil::init(JavaVM* jvm) {
|
||||
ourJavaVM = jvm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue