GrenderG / Toasty

The usual Toast, but with steroids 💪
GNU Lesser General Public License v3.0
6.58k stars 811 forks source link

leaks #158

Open AlphaXu917 opened 4 years ago

AlphaXu917 commented 4 years ago

使用 leakcanary,使用到Toasty的地方都会报leak,

This toast is done showing (Toast.mTN.mWM != null && Toast.mTN.mView == null)

Leaking: YES (ObjectWatcher was watching this because com.example.leakcaneraytestapplication.LeakActivity received Activity#onDestroy() callback and Activity#mDestroyed is true)

ChuckSuperBB commented 3 years ago

I think I encountered the same situation