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

Fix model click listener setter name #275

Merged
merged 1 commit into from
Sep 3, 2017
Merged

Fix model click listener setter name #275

merged 1 commit into from
Sep 3, 2017

Conversation

elihart
Copy link
Contributor

@elihart elihart commented Sep 3, 2017

The generated model click listener field was being given a name suffixed with _OnClickListener for models created with @ModelView. It should have had no suffix so it shared the same name with the normal click listener setter. The issue is the field name was used instead of the intended setter name.

@elihart elihart merged commit 138549f into master Sep 3, 2017
@elihart elihart deleted the eli-click_listener branch September 3, 2017 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant