findFragment

open fun findFragment(@NonNull() fm: FragmentManager, findClz: Class<out Fragment>): Fragment

Find fragment by class.

Return

the fragment matches class

Parameters

fm

The manager of fragment.

findClz

The class of fragment will be found.