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 LatestAppVersion.onPostExecute #64

Closed
SGAXEU opened this issue Nov 28, 2016 · 1 comment · Fixed by #68
Closed

error LatestAppVersion.onPostExecute #64

SGAXEU opened this issue Nov 28, 2016 · 1 comment · Fixed by #68

Comments

@SGAXEU
Copy link

SGAXEU commented Nov 28, 2016

Good some of my users are giving the following error in devices with Android OS: 4.4.2.
I attach the trace

android.view.ViewRootImpl.setView (ViewRootImpl.java:727)
android.view.WindowManagerGlobal.addView (WindowManagerGlobal.java:278)
android.view.WindowManagerImpl.addView (WindowManagerImpl.java:69)
android.app.Dialog.show (Dialog.java:288)
com.github.javiersantos.appupdater.AppUpdater$1.onSuccess (AppUpdater.java:302)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.onPostExecute (UtilsAsync.java:74)
com.github.javiersantos.appupdater.UtilsAsync$LatestAppVersion.onPostExecute (UtilsAsync.java:13)
android.os.AsyncTask.finish (AsyncTask.java:632)
android.os.AsyncTask.access$600 (AsyncTask.java:177)
android.os.AsyncTask$InternalHandler.handleMessage (AsyncTask.java:645)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:157)
android.app.ActivityThread.main (ActivityThread.java:5293)
java.lang.reflect.Method.invokeNative (Method.java)
java.lang.reflect.Method.invoke (Method.java:515)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1265)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1081)
dalvik.system.NativeStart.main (NativeStart.java)

pengrad added a commit to pengrad/AppUpdater that referenced this issue Dec 21, 2016
javiersantos added a commit that referenced this issue Jan 3, 2017
Fix Context leak in LatestAppVersion task #64, #66
@javiersantos
Copy link
Owner

javiersantos commented Jan 3, 2017

Could you please update to the latest version? Thank you.

dependencies {
    compile 'com.github.javiersantos:AppUpdater:2.5.1'
}

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 a pull request may close this issue.

2 participants