-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat: accesibility labels for buttons #945
base: master
Are you sure you want to change the base?
Conversation
bump |
bump @m2049r |
fix: accessibility fix after sidekick update
Updated the accessibility after it got broken for Sidekick. |
@@ -52,6 +52,8 @@ public interface OnInteractionListener { | |||
|
|||
private final FragmentActivity activity; | |||
|
|||
private Context context; |
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.
there must be a better way of setting the context than from all the setNodes methods
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.
How?
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.
please check comments
Closes #933