Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android][Shared Model] Richtextblock crashes when Serializing #3064

Closed
almedina-ms opened this issue Jun 14, 2019 · 0 comments · Fixed by #3100
Closed

[Android][Shared Model] Richtextblock crashes when Serializing #3064

almedina-ms opened this issue Jun 14, 2019 · 0 comments · Fixed by #3100
Assignees
Milestone

Comments

@almedina-ms
Copy link
Contributor

Platform

  • Android
  • Shared

Version of SDK

master

Issue

Following the debugger I got to TextElementProperties line 54

under function Json::Value TextElementProperties::SerializeToJsonValue(Json::Value& root) const

root[AdaptiveCardSchemaKeyToString(AdaptiveCardSchemaKey::Text)] = GetText();

when this line is executed the process crashes throwing a "LogicError" from json.cpp and the message is

"in Json::Value::resolveReference(key, end): requires objectValue"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants