fix(android): restore notification payload compile after rollback
This commit is contained in:
parent
ee4d41ab9c
commit
09fbc5d876
|
|
@ -106,6 +106,7 @@ class ProxyForegroundService : Service() {
|
||||||
updateNotification(
|
updateNotification(
|
||||||
buildNotificationPayload(
|
buildNotificationPayload(
|
||||||
config = config,
|
config = config,
|
||||||
|
trafficState = TrafficState(running = true),
|
||||||
statusText = getString(
|
statusText = getString(
|
||||||
R.string.notification_running,
|
R.string.notification_running,
|
||||||
config.host,
|
config.host,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue