Skip to content
Snippets Groups Projects
Commit 9a0b7e8b authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Delegate deserialization logic to decode() func

parent 48b19f7f
Branches
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ open class E2eAdapter(protected val e2e: E2eBindings) : E2e{
payload,
params
)
return Gson().fromJson(reportData.decodeToString(), SendReport::class.java)
return decode(reportData)
}
override fun registerListener(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment