Commit 75e0cf8d authored by wanglei's avatar wanglei

...

parent 031d0faf
...@@ -55,10 +55,6 @@ object NotificationUiUtil { ...@@ -55,10 +55,6 @@ object NotificationUiUtil {
private const val CHANNEL_ID = "browser_notification_id" // 通知渠道ID private const val CHANNEL_ID = "browser_notification_id" // 通知渠道ID
private const val CHANNEL_NAME = "browser_fcm_channel" // 通知渠道名称 private const val CHANNEL_NAME = "browser_fcm_channel" // 通知渠道名称
var saveNotificationTime={
}
@SuppressLint("RemoteViewLayout") @SuppressLint("RemoteViewLayout")
fun sendNotification(context: Context, actionId: Int) { fun sendNotification(context: Context, actionId: Int) {
when (actionId) { when (actionId) {
......
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