mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix wrong check field name
This commit is contained in:
parent
d92d1daffb
commit
2ac0003166
@ -652,7 +652,7 @@ internal class ElemMaker {
|
||||
peerId: String,
|
||||
data: JsonObject
|
||||
) {
|
||||
data.checkAndThrow("buttons")
|
||||
data.checkAndThrow("rows")
|
||||
val elem = Elem(
|
||||
commonElem = CommonElem(
|
||||
serviceType = 46,
|
||||
|
Loading…
x
Reference in New Issue
Block a user