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(
|
||||
buildNotificationPayload(
|
||||
config = config,
|
||||
trafficState = TrafficState(running = true),
|
||||
statusText = getString(
|
||||
R.string.notification_running,
|
||||
config.host,
|
||||
|
|
|
|||
Loading…
Reference in New Issue