Commit 2996d0bb authored by leichao.gao's avatar leichao.gao

Merge branch 'master' of gitlab.huolea.com:koko/file-recovery-recyclebin

parents 3ac7b60b 1fbbf318
......@@ -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