Fix onServiceDisconnected not called

This commit is contained in:
Mygod
2018-05-09 18:10:22 -07:00
parent dad9bc19e3
commit efa387fd7a
7 changed files with 19 additions and 23 deletions

View File

@@ -42,4 +42,4 @@ abstract class Client {
return true
}
override fun hashCode() = Objects.hash(iface, mac, ip)
}
}