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

error when write channelId #15

Closed
abora97 opened this issue Jul 3, 2018 · 3 comments
Closed

error when write channelId #15

abora97 opened this issue Jul 3, 2018 · 3 comments

Comments

@abora97
Copy link

abora97 commented Jul 3, 2018

Compilation failed; see the compiler error output for details.

i have error here
@subscribe(channelId = Channel.ONE)
public void onGetMovie(Movie mMovie) {
loadMovie(mMovie);
}

@amitshekhariitbhu
Copy link
Owner

amitshekhariitbhu commented Jul 3, 2018

I think you are importing the wrong subscribe annotation. Check the import of the subscribe

@abora97
Copy link
Author

abora97 commented Jul 3, 2018

yes it's work
thank you 😄 😄

@abora97
Copy link
Author

abora97 commented Jul 3, 2018

@com.mindorks.nybus.annotation.Subscribe(channelId = Channel.ONE)
public void onGetMovie(Movie mMovie) {
loadMovie(mMovie);
}

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

No branches or pull requests

2 participants