Open mtrakal opened 8 years ago
onClick method should be annotated for lint checking (I think): @SuppressWarnings("unused") // it's actually used, just injected by Butter Knife
@SuppressWarnings("unused") // it's actually used, just injected by Butter Knife
Seconding.
onClick method should be annotated for lint checking (I think):
@SuppressWarnings("unused") // it's actually used, just injected by Butter Knife