This commit is contained in:
2dust
2025-04-22 10:36:10 +08:00
parent 72da42ee40
commit 41fd2b0cfb
2 changed files with 2 additions and 1 deletions

View File

@ -158,6 +158,7 @@ object NotificationService {
mBuilder = null
speedNotificationJob?.cancel()
speedNotificationJob = null
mNotificationManager = null
}
/**

View File

@ -169,8 +169,8 @@ object V2RayServiceManager {
try {
MessageUtil.sendMsg2UI(service, AppConfig.MSG_STATE_START_SUCCESS, "")
NotificationService.startSpeedNotification(currentConfig)
NotificationService.showNotification(currentConfig)
NotificationService.startSpeedNotification(currentConfig)
PluginUtil.runPlugin(service, config, result.socksPort)
} catch (e: Exception) {