Commit 4280f748 authored by wanglei's avatar wanglei

Merge remote-tracking branch 'origin/master'

parents 8f4133ea e7d237e2
...@@ -66,7 +66,7 @@ class ToolFragment : BaseFragment<FragmentToolBinding>() { ...@@ -66,7 +66,7 @@ class ToolFragment : BaseFragment<FragmentToolBinding>() {
(requireActivity() as MainActivity).launcher.launch(intent) { (requireActivity() as MainActivity).launcher.launch(intent) {
val uri = it.data?.data ?: Uri.EMPTY val uri = it.data?.data ?: return@launch
lifecycleScope.launch(Dispatchers.IO) { lifecycleScope.launch(Dispatchers.IO) {
val state = PdfBoxUtils.checkPdfEncryption(uri = uri.toString()) 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