Fix notification not go away after disabling tethering
This commit is contained in:
@@ -63,8 +63,8 @@ class TetheringService : Service(), VpnMonitor.Callback, IpNeighbourMonitor.Call
|
|||||||
VpnMonitor.registerCallback(this)
|
VpnMonitor.registerCallback(this)
|
||||||
receiverRegistered = true
|
receiverRegistered = true
|
||||||
}
|
}
|
||||||
|
postIpNeighbourAvailable()
|
||||||
}
|
}
|
||||||
postIpNeighbourAvailable()
|
|
||||||
app.handler.post { binder.fragment?.adapter?.notifyDataSetChanged() }
|
app.handler.post { binder.fragment?.adapter?.notifyDataSetChanged() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user