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

LibraryListener object not null in PreExecute but null in PostExecute - listener not called #69

Closed
pirocso opened this issue Jan 10, 2017 · 3 comments

Comments

@pirocso
Copy link

pirocso commented Jan 10, 2017

LibraryListener listener = (LibraryListener)this.listenerRef.get()

The above line in the LatestAppVersion::PreExecute method works fine and returns the LibraryListener created in AppUpdater::start but returns null in LatestAppVersion::PostExecute

Running on 2nd gen Moto E with Android 6.0

I am calling AppUpdater in my main activity's onCreate with new AppUpdater(this).start();

@mememto
Copy link

mememto commented Jan 26, 2017

same problem for me :/

@pratikpopat
Copy link

pratikpopat commented Mar 16, 2017

Tested with Genymotion emulator. Same problem :(

@javiersantos
Copy link
Owner

javiersantos commented Mar 21, 2017

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

4 participants