Commit d81e405a authored by wanglei's avatar wanglei

...手动混淆...

parent 9caa51b0
......@@ -16,7 +16,7 @@ import com.base.pdfreader2.bean.DocumeewewntBean.Companion.TYPE_EXCEL
import com.base.pdfreader2.bean.DocumeewewntBean.Companion.TYPE_PDF
import com.base.pdfreader2.bean.DocumeewewntBean.Companion.TYPE_PPT
import com.base.pdfreader2.bean.DocumeewewntBean.Companion.TYPE_WORD
import com.base.pdfreader2.databinding.FragmentDocumentBinding
import com.base.pdfreader2.databinding.FragmentUmentBinding
import com.base.pdfreader2.helper.Baragment
import com.base.pdfreader2.ui.document.excel.ExcelDSDActivity
import com.base.pdfreader2.ui.document.word.Wctivity
......@@ -34,7 +34,7 @@ import java.io.File
import java.util.Locale
class AAADumentFragment() : Baragment<FragmentDocumentBinding>() {
class AAADumentFragment() : Baragment<FragmentUmentBinding>() {
private val TAG = "DocumentFragment"
var type = TYPE_PDF
......@@ -42,8 +42,8 @@ class AAADumentFragment() : Baragment<FragmentDocumentBinding>() {
private lateinit var adapter: ASDumentAdapter
private lateinit var documentPresenter: ASDASDentPresenter
override val binding: FragmentDocumentBinding by lazy {
FragmentDocumentBinding.inflate(layoutInflater)
override val binding: FragmentUmentBinding by lazy {
FragmentUmentBinding.inflate(layoutInflater)
}
constructor(type: String) : this() {
......
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