修复输入密码,直接返回的错误。
This commit is contained in:
parent
6582e8257c
commit
51687454f8
4
.gitignore
vendored
4
.gitignore
vendored
@ -13,5 +13,5 @@
|
|||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
/release
|
release
|
||||||
/debug
|
debug
|
||||||
@ -546,7 +546,9 @@ class PdfViewActivity : BaseActivity(), OnLoadCompleteListener, OnPageChangeList
|
|||||||
|
|
||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
|
if (::searchManager.isInitialized) {
|
||||||
searchManager.closeCachedDocument()
|
searchManager.closeCachedDocument()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
3
keyinfo/info.txt
Normal file
3
keyinfo/info.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
文件:keyinfo/pdf
|
||||||
|
别名:pdf_key0
|
||||||
|
密码:123456
|
||||||
BIN
keyinfo/pdf
Normal file
BIN
keyinfo/pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user