JakeWharton/kotterknife

In extreme situations,Fragment view.findViewById(it), view is null

mrldroid opened this issue · 1 comments

Fragment.viewFinder: Fragment.(Int) -> View?
get() = { view.findViewById(it) }

That's why bindOptionalView is a thing.