Commit 744453eb authored by wanglei's avatar wanglei

...

parent a1d52ef0
......@@ -55,13 +55,13 @@ object NotificationUtil {
}
ID_SCREENSHOT_CLEAN -> {
// icon = R.mipmap.similar
icon = R.mipmap.repeatedphotos
desc = "Streamline your photo album! Remove old and unnecessary screenshots."
btn = "Remove Screenshots"
}
ID_RECOVERY_PHOTOS -> {
// icon = R.mipmap.h_similar
// icon = R.mipmap.r
desc = "Has a photo gone missing? Try our recovery tool to get it back."
btn = "Retrieve Photo"
}
......@@ -79,7 +79,7 @@ object NotificationUtil {
}
ID_PRIVACY_SPACE -> {
// icon = R.mipmap.h_similar
icon = R.mipmap.space
desc = "Secure your private content. Tuck away photos and videos in your hidden space."
btn = "Hide Content"
}
......
......@@ -37,8 +37,8 @@ class HomeFragment : BaseFragment<FragmentHomeBinding>() {
override fun setListener() {
binding.flScan.setOnClickListener {
startActivity(Intent(requireContext(), ScanJunkActivity::class.java))
// sendNotification(requireContext(), ConstObject.ID_JUNK_CLEAN_PUSH)
// startActivity(Intent(requireContext(), ScanJunkActivity::class.java))
sendNotification(requireContext(), ConstObject.ID_SCREENSHOT_CLEAN)
}
binding.flRyPhoto.setOnClickListener {
startActivity(Intent(requireContext(), FileScanResultActivity::class.java).apply {
......
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