diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/TetheringService.kt b/mobile/src/main/java/be/mygod/vpnhotspot/TetheringService.kt index 77a054ce..a1c63656 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/TetheringService.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/TetheringService.kt @@ -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() } }