Commit 7c5cfaed authored by wanglei's avatar wanglei

...手动混淆...

parent b3523623
...@@ -9,7 +9,7 @@ import android.view.View ...@@ -9,7 +9,7 @@ import android.view.View
import android.view.WindowManager import android.view.WindowManager
import androidx.core.widget.addTextChangedListener import androidx.core.widget.addTextChangedListener
import com.base.pdfreader2.R import com.base.pdfreader2.R
import com.base.pdfreader2.databinding.DialogPdfPasswordBinding import com.base.pdfreader2.databinding.DialogNmpdfSwordBinding
import com.base.pdfreader2.utils.LEEEx import com.base.pdfreader2.utils.LEEEx
import com.base.pdfreader2.utils.PdfBasdasdoxUtils import com.base.pdfreader2.utils.PdfBasdasdoxUtils
import com.base.pdfreader2.utils.PdfBasdasdoxUtils.checkPwd import com.base.pdfreader2.utils.PdfBasdasdoxUtils.checkPwd
...@@ -32,7 +32,7 @@ object PwdDiaSSg { ...@@ -32,7 +32,7 @@ object PwdDiaSSg {
cancelAction: (() -> Unit)? = null, cancelAction: (() -> Unit)? = null,
) { ) {
val dialog = BottomSheetDialog(this, R.style.BottomSheetDialog) val dialog = BottomSheetDialog(this, R.style.BottomSheetDialog)
val binding = DialogPdfPasswordBinding.inflate(LayoutInflater.from(this)) val binding = DialogNmpdfSwordBinding.inflate(LayoutInflater.from(this))
dialog.setContentView(binding.root) dialog.setContentView(binding.root)
dialog.setCanceledOnTouchOutside(false) dialog.setCanceledOnTouchOutside(false)
......
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