Support showing connected devices from system tethering

Also fixes IP address not showing up.
This commit is contained in:
Mygod
2018-01-20 22:52:54 -08:00
parent 6bffe54e58
commit 0660a20fcb
11 changed files with 324 additions and 107 deletions

View File

@@ -273,7 +273,7 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, VpnMonitor.Ca
return
}
this.group = group
binder.data?.onGroupChanged()
binder.data?.onGroupChanged(group)
showNotification(group)
debugLog(TAG, "P2P connection changed: $info\n$net\n$group")
}