Merge code

This commit is contained in:
2022-03-24 01:14:04 +08:00
parent dff2c4d0c8
commit 8e3b575d38

View File

@@ -375,7 +375,7 @@ object IconRuleManagerTool {
Handler().postDelayed({ Handler().postDelayed({
context.getSystemService<NotificationManager>()?.cancel(1) context.getSystemService<NotificationManager>()?.cancel(1)
cancel() cancel()
}, 500) }, 1000)
noCancelable() noCancelable()
} }
} }