Commit e7d237e2 authored by 周文华's avatar 周文华

【修复】修复文件管理器进入并且没有任何数据选择返回,弹出数据密码的弹窗错误问题

parent a78574ea
......@@ -66,7 +66,7 @@ class ToolFragment : BaseFragment<FragmentToolBinding>() {
(requireActivity() as MainActivity).launcher.launch(intent) {
val uri = it.data?.data ?: Uri.EMPTY
val uri = it.data?.data ?: return@launch
lifecycleScope.launch(Dispatchers.IO) {
val state = PdfBoxUtils.checkPdfEncryption(uri = uri.toString())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment