Migrate away from the broken macvendors.co
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user