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();
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();