Commit 0b52e5c1 authored by wanglei's avatar wanglei

...通知功能

parent 57a3ca66
......@@ -24,6 +24,7 @@ import java.util.Random
/**
* 构建发送通知
* 用的actionId代替notificationId使用
*/
object NotificationUtil {
......
......@@ -266,9 +266,10 @@ object DialogViews {
dialog.window?.attributes = params
binding.tvN.setOnClickListener {
dialog.dismiss()
exitAction.invoke()
}
binding.tvY.setOnClickListener {
exitAction.invoke()
dialog.dismiss()
}
}
......
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