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
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@41323030 is not valid; is your activity running?
#21
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.
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@41323030 is not valid; is your activity running?
at android.view.ViewRootImpl.setView(ViewRootImpl.java:653)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:246)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)
at android.app.Dialog.show(Dialog.java:281)
at android.app.AlertDialog$Builder.show(AlertDialog.java:951)
at com.vk.sdk.VKOpenAuthActivity$OAuthWebViewClient.onReceivedError(VKOpenAuthActivity.java:142)
at android.webkit.CallbackProxy.handleMessage(CallbackProxy.java:363)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(NativeStart.java)
The text was updated successfully, but these errors were encountered:
There are no code of our application. I can say only that you try to show error message when user already go away from VKOpenAuthActivity. So I think we can ignore this error. And my fix of this you can find there IstiN@53ce7be
http://crashes.to/s/16bdc5895de
The text was updated successfully, but these errors were encountered: