mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
make isLicensed optional
This commit is contained in:
parent
991a8622dc
commit
96ea0bf5a9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ data class MeshUser(
|
|||
val longName: String,
|
||||
val shortName: String,
|
||||
val hwModel: MeshProtos.HardwareModel,
|
||||
val isLicensed: Boolean,
|
||||
val isLicensed: Boolean = false,
|
||||
) : Parcelable {
|
||||
|
||||
override fun toString(): String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue