mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
RTF support
This commit is contained in:
parent
5f6eb8a469
commit
5f6223353d
17 changed files with 1562 additions and 4 deletions
|
@ -298,3 +298,7 @@ void AndroidUtil::throwRuntimeException(JNIEnv *env, const std::string &message)
|
|||
jclass cls = env->FindClass("java/lang/RuntimeException");
|
||||
env->ThrowNew(cls, message.c_str());
|
||||
}
|
||||
|
||||
void AndroidUtil::throwBookReadingException(JNIEnv *env, const std::string &resourceId, const std::string &filePath) {
|
||||
// TODO: implement
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue