mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 04:12:18 +08:00
Fix: fix network observer
This commit is contained in:
parent
a5ba4b4d23
commit
d20f19c08f
|
@ -41,10 +41,10 @@ class NetworkObserveModule(service: Service) :
|
|||
private var network: Network? = null
|
||||
|
||||
override fun onAvailable(network: Network) {
|
||||
this.network = network
|
||||
|
||||
if (this.network != network)
|
||||
networks.trySend(network)
|
||||
|
||||
this.network = network
|
||||
}
|
||||
|
||||
override fun onLinkPropertiesChanged(network: Network, linkProperties: LinkProperties) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user