-
Notifications
You must be signed in to change notification settings - Fork 561
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] Support Action.isEnabled #5776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great; except for the one question, I had in the review.
...ndroid/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ContainerRenderer.java
Show resolved
Hide resolved
Yes! Yet, it thinks this file should have tabs (bottom info bar).
I'd sooner use vim :) |
Actually, Lines 10 to 11 in a05ba75
you can do that in emacs! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great; except for the one question, I had in the review.
Hi @golddove. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
Hi @golddove; Thanks for taking action on your previously stale pull request. Resetting staleness. |
* [Android] Support Action.isEnabled * VSCode will figure out indentation one day... * Missing SWIG file * VSCode was right all along * Outcome of design discussion
* [Android] Support Action.isEnabled * VSCode will figure out indentation one day... * Missing SWIG file * VSCode was right all along * Outcome of design discussion
Related Issue
Fixes #5719
Description
selectAction
orinlineAction
withisEnabled: false
are not clickable.selectAction
withisEnabled: false
are rendered as if there is noselectAction
providedActionSet actions with
isEnabled: false` are not clickable AND get platform's disabled button appearance.isEnabled
(the SDK doesn't impose any enabling/disabling)Sample Card
Updated
v1.5\Elements\Action.isEnabled
sample to include RichTextBlockHow Verified
Microsoft Reviewers: Open in CodeFlow