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

Always leaking the window ? how to fix it properly #9

Open
rasheedk opened this issue Oct 18, 2017 · 0 comments
Open

Always leaking the window ? how to fix it properly #9

rasheedk opened this issue Oct 18, 2017 · 0 comments

Comments

@rasheedk
Copy link

Always leaking the window when i reuse the activity.

' E/WindowManager: android.view.WindowLeaked: Activity com.competetor.app.activities.Test has leaked window DecorView@e439a77[] that was originally added here
at android.view.ViewRootImpl.(ViewRootImpl.java:424)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:331)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93)
at android.app.Dialog.show(Dialog.java:316)
at cc.cloudist.acplibrary.ACProgressFlower.show(ACProgressFlower.java:45)
at com.competetor.app.activities.PhoneLogin$1.onClick(PhoneLogin.java:122)
at android.view.View.performClick(View.java:5612)
at android.view.View$PerformClick.run(View.java:22285)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757) '

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

1 participant