Android SDK renders isSubtle property incorrectly
See original GitHub issuePlatform
Android
Author or host
Host
Version of SDK
1.1 (latest available on Maven)
Issue
The isSubtle
property is parsed incorrectly in the SDK. The card is received from a bot with values “true” or “false”, but when the object is sent to the Adaptive Card parser it is returned as “yes”.
Microsoft/AI#853
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Rendering problems: No android SDK found. Please ...
Unfortunately the android layout monitor won't render and it's giving me this error message "Rendering problems: No android SDK found.
Read more >Chapter 14. Advanced Techniques for Realistic Real-Time ...
A common problem encountered when rendering skin without proper gamma correction ... The difference is subtle but apparent, adding some nice variation (for ......
Read more >" Rendering Problems No Android SDK found. Please ...
i am getting this warning message : " Rendering Problems No Android SDK found. Please configure an Android SDK".
Read more >TextBlock - Schema Explorer
Displays text, allowing control over font sizes, weight, and color. Property, Type, Required, Description, Version. type, "TextBlock", Yes, Must be ...
Read more >Troubleshoot Android Studio
This page contains guidance for troubleshooting common issues and configuration problems in Android Studio.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, FYI we’ve created an issue on our Adaptive Cards side tracking the fact that the JavaScript renderer is incorrectly allowing values like
"isSubtle": "yes"
: #2483Thanks, closing this as I misunderstood 😀 I’ve opened up the original issue.