Commit 1fbbf318 authored by wanglei's avatar wanglei

....

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