fix(android): restore notification payload compile after rollback

This commit is contained in:
Dark-Avery 2026-03-17 01:12:56 +03:00
parent ee4d41ab9c
commit 09fbc5d876
1 changed files with 1 additions and 0 deletions

View File

@ -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,