pedrovgs/EffectiveAndroidUI

ButterKnife Fragment unbinding

Open

#26 opened on Mar 21, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (6,030 stars) (1,211 forks)batch import
enhancementhelp wanted

Description

Hey, shouldn't you call ButterKnife.unbind(unbinder) in your BaseFragment's onDestroyView(..) callback?

Contributor guide