mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-05-17 13:56:01 +08:00
Fix
This commit is contained in:
@ -158,6 +158,7 @@ object NotificationService {
|
||||
mBuilder = null
|
||||
speedNotificationJob?.cancel()
|
||||
speedNotificationJob = null
|
||||
mNotificationManager = null
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user