修复输入密码,直接返回的错误。

This commit is contained in:
ocean 2025-10-27 10:57:40 +08:00
parent 6582e8257c
commit 51687454f8
4 changed files with 8 additions and 3 deletions

4
.gitignore vendored
View File

@ -13,5 +13,5 @@
.externalNativeBuild
.cxx
local.properties
/release
/debug
release
debug

View File

@ -546,7 +546,9 @@ class PdfViewActivity : BaseActivity(), OnLoadCompleteListener, OnPageChangeList
override fun onDestroy() {
super.onDestroy()
if (::searchManager.isInitialized) {
searchManager.closeCachedDocument()
}
}
}

3
keyinfo/info.txt Normal file
View File

@ -0,0 +1,3 @@
文件keyinfo/pdf
别名pdf_key0
密码123456

BIN
keyinfo/pdf Normal file

Binary file not shown.