Commit 1fbbf318 authored by wanglei's avatar wanglei

....

parent 7b3a2d98
......@@ -338,11 +338,13 @@ object DialogViews {
dialog.window?.setAttributes(lp)
binding.tvY.setOnClickListener {
dialog.dismiss()
startActivity(Intent(this, ScanJunkActivity::class.java))
}
binding.tvExit.setOnClickListener {
dialog.dismiss()
this.finish()
}
}
......
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