Commit 4e9bc7f6 authored by wanglei's avatar wanglei

...手动混淆...

parent 5ea2f870
......@@ -10,7 +10,7 @@ import com.base.pdfreader2.bean.ConstObweweject.UI_SORT_LAST_MODIFIED
import com.base.pdfreader2.bean.ConstObweweject.UI_SORT_NAME_A_Z
import com.base.pdfreader2.bean.ConstObweweject.UI_SORT_NAME_Z_A
import com.base.pdfreader2.databinding.DialogBleteBinding
import com.base.pdfreader2.databinding.DialogSortBinding
import com.base.pdfreader2.databinding.DialogNlnstBinding
import com.google.android.material.bottomsheet.BottomSheetBehavior
import com.google.android.material.bottomsheet.BottomSheetDialog
......@@ -20,7 +20,7 @@ object VDVlogView {
var SortMode = UI_SORT_LAST_MODIFIED
fun Context.showSortDialog(okAction: () -> Unit) {
val dialog = BottomSheetDialog(this, R.style.BottomSheetDialog)
val binding = DialogSortBinding.inflate(LayoutInflater.from(this))
val binding = DialogNlnstBinding.inflate(LayoutInflater.from(this))
dialog.setContentView(binding.root)
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