I found potential memory leaks from using Activity...
# chucker
h
I found potential memory leaks from using Activity context instead of Application Context for
Toast.makeText(
, so put up a PR to address: https://github.com/ChuckerTeam/chucker/pull/810
g
oh damn 😕 Thanks for sending this Sam. I'll try to look into this today/tomorrow
c
I don't think I've ever seen chucker send a toast. Will have to keep my eyes out for it.
v
Toasts appear after sharing transactions or failing to share
👍 2