You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: