mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
fixed native calls
This commit is contained in:
parent
01646b2e77
commit
0b598680c9
3 changed files with 2 additions and 3 deletions
|
@ -97,7 +97,7 @@ void fillLanguageAndEncoding(JNIEnv* env, jobject javaBook, Book &book) {
|
|||
env->DeleteLocalRef(javaString);
|
||||
}
|
||||
|
||||
env->CallVoidMethod(javaBook, AndroidUtil::MID_Book_save);
|
||||
env->CallBooleanMethod(javaBook, AndroidUtil::MID_Book_save);
|
||||
}
|
||||
|
||||
extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue