compile
This commit is contained in:
parent
7b0702b8eb
commit
8cc6ab260d
|
@ -82,7 +82,7 @@ data class EapMessage(
|
|||
return EapMessage(
|
||||
code = EapCode.byValue(payload[0]),
|
||||
identifier = payload[1],
|
||||
attributes = EapAkaAttribute.parseAttributes(aapsLogger, attributesPayload).toTypedArray(),
|
||||
attributes = EapAkaAttribute.parseAttributes(attributesPayload).toTypedArray(),
|
||||
subType = payload[5],
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue