Migrate away from the broken macvendors.co

This commit is contained in:
Mygod
2023-02-12 13:49:59 -05:00
parent 71a7ac508c
commit 2fe4ad1806
4 changed files with 110 additions and 40 deletions

View File

@@ -63,7 +63,5 @@ data class WifiSsidCompat(val bytes: ByteArray) : Parcelable {
return true
}
override fun hashCode(): Int {
return bytes.contentHashCode()
}
override fun hashCode() = bytes.contentHashCode()
}