Merge branch 'master' into master

This commit is contained in:
Kevin Hester 2021-04-15 12:04:37 +08:00 committed by GitHub
commit 82ebfd0094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 1099 additions and 607 deletions

View file

@ -65,8 +65,7 @@ data class DataPacket(
parcel.readInt(),
parcel.readParcelable(MessageStatus::class.java.classLoader),
parcel.readInt()
) {
}
)
override fun equals(other: Any?): Boolean {
if (this === other) return true