Skip to content

Commit

Permalink
Merge branch 'features/fix_scroll_event' into androidsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jun 9, 2022
2 parents 153f8b2 + a5dc92a commit 7d18d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"event":{
"template_event_scroll_item":{
"type":"'tap'",
"params": {
"value": "'GaiaX'"
}
"value": "'GaiaX'"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,7 @@ class GXComponentEventTest : GXBaseTest() {
Assert.assertEquals("template_event_scroll_item", gesture?.nodeId)
Assert.assertEquals(JSONObject().apply {
this["type"] = "tap"
this["value"] = JSONObject().apply {
this["value"] = "GaiaX"
}
this["value"] = "GaiaX"
}.toJSONString(), gesture?.eventParams?.toJSONString())
}

Expand Down

0 comments on commit 7d18d08

Please sign in to comment.