mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-06-28 20:29:51 +00:00
Fix
This commit is contained in:
parent
72da42ee40
commit
41fd2b0cfb
2 changed files with 2 additions and 1 deletions
|
@ -158,6 +158,7 @@ object NotificationService {
|
||||||
mBuilder = null
|
mBuilder = null
|
||||||
speedNotificationJob?.cancel()
|
speedNotificationJob?.cancel()
|
||||||
speedNotificationJob = null
|
speedNotificationJob = null
|
||||||
|
mNotificationManager = null
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -169,8 +169,8 @@ object V2RayServiceManager {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
MessageUtil.sendMsg2UI(service, AppConfig.MSG_STATE_START_SUCCESS, "")
|
MessageUtil.sendMsg2UI(service, AppConfig.MSG_STATE_START_SUCCESS, "")
|
||||||
NotificationService.startSpeedNotification(currentConfig)
|
|
||||||
NotificationService.showNotification(currentConfig)
|
NotificationService.showNotification(currentConfig)
|
||||||
|
NotificationService.startSpeedNotification(currentConfig)
|
||||||
|
|
||||||
PluginUtil.runPlugin(service, config, result.socksPort)
|
PluginUtil.runPlugin(service, config, result.socksPort)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue