unable to find anything on SO. In the lib class Fr...
# android
m
unable to find anything on SO. In the lib class Fragment , function is named
override fun onViewCreated(view: View?, savedInstanceState: Bundle?)
where as on the Support lib Fragment it is
override fun onViewCreated(view: View, savedInstanceState: Bundle?)
which is the class this one extends