mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
notification id in pushproxworker
This commit is contained in:
@ -65,7 +65,7 @@ class PushProxWorker(
|
||||
.addAction(android.R.drawable.ic_delete, cancel, intent)
|
||||
.build()
|
||||
|
||||
return ForegroundInfo(notificationId, notification)
|
||||
return ForegroundInfo(1, notification)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user