make isLicensed optional

This commit is contained in:
andrekir
2022-12-25 23:40:28 -03:00
parent 991a8622dc
commit 96ea0bf5a9

View File

@@ -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 {