[Solved] Why is setting onClickListener working once?


Solution: solved it by getting rid of KotterKnife and ButterKnife and use android’s findViewById. I guess one of the advantages of the language and the framework’s progress make some libraries obsolete or unnecessary.

solved Why is setting onClickListener working once?