mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
82ebfd0094
48 changed files with 1099 additions and 607 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue