Commit 98b90e11 authored by wanglei's avatar wanglei

...

parent 55a9fff8
......@@ -61,11 +61,9 @@ class PhotoManagerActivity : BaseActivity<ActivityPhotoManagerBinding>() {
}
binding.cardScreenshot.setOnClickListener {
startActivity(Intent(this@PhotoManagerActivity, ScreenShotActivity::class.java))
finish()
}
binding.cardRepeatPhotos.setOnClickListener {
startActivity(Intent(this@PhotoManagerActivity, RepeatActivity::class.java))
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