mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-30 19:54:27 -04:00
make isLicensed optional
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user