I noticed that although the activity is complete, Butterknife still refers to it. I even call Butterknife.unbind explicitly on onDestroy, but these ViewBinders still hold on to it.
Here is the peak from the heap dump:

Any ideas what causes this?
source share