Faiz
Results
1
comments of
Faiz
I think you can try this forked version https://github.com/rubengees/kotterknife and call `KotterKnife.reset(this)` in **onDestroyView()** of fragments in viewpager. override fun onDestroyView() { super.onDestroyView() KotterKnife.reset(this) }