find Fragment
open fun findFragment(@NonNull() fm: FragmentManager, findClz: Class<out Fragment>): Fragment
Content copied to clipboard
Find fragment by class.
Return
the fragment matches class
Parameters
fm
The manager of fragment.
findClz
The class of fragment will be found.