1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

proguard.cfg

This commit is contained in:
Nikolay Pultsin 2012-03-01 03:53:49 +00:00
parent f6452297c7
commit 36e3c12a01
3 changed files with 26 additions and 2 deletions

View file

@ -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;