Fix notification not go away after disabling tethering

This commit is contained in:
Mygod
2018-01-21 12:38:36 -08:00
parent 0d0645f120
commit d131c90d27

View File

@@ -63,8 +63,8 @@ class TetheringService : Service(), VpnMonitor.Callback, IpNeighbourMonitor.Call
VpnMonitor.registerCallback(this)
receiverRegistered = true
}
postIpNeighbourAvailable()
}
postIpNeighbourAvailable()
app.handler.post { binder.fragment?.adapter?.notifyDataSetChanged() }
}