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

window leak in TransactionViewActivity #203

Open
anlalalu opened this issue Dec 22, 2019 · 0 comments
Open

window leak in TransactionViewActivity #203

anlalalu opened this issue Dec 22, 2019 · 0 comments

Comments

@anlalalu
Copy link

Reproduction Steps
  1. tap 'Transactions'
  2. long click 'more options'
  3. press back quickly
Stack Trace

E/WindowManager: android.view.WindowLeaked: Activity protect.budgetwatch.TransactionActivity has leaked window android.widget.LinearLayout{529a9b50 V.E..... ......I. 0,0-264,96} that was originally added here
at android.view.ViewRootImpl.(ViewRootImpl.java:346)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:248)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)
at android.support.v7.widget.TooltipPopup.show(TooltipPopup.java:84)
at android.support.v7.widget.TooltipCompatHandler.show(TooltipCompatHandler.java:168)
at android.support.v7.widget.TooltipCompatHandler.onLongClick(TooltipCompatHandler.java:116)
at android.view.View.performLongClick(View.java:4474)
at android.view.View$CheckForLongPress.run(View.java:18401)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)

Debug info

App Version = 0.21.4

Android Version = 4.4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants