kutils / com.celites.kutils / androidx.fragment.app.FragmentActivity / goBackToFragment

goBackToFragment

@JvmOverloads fun FragmentActivity.goBackToFragment(name: String, flag: Int = 0): Unit

Go back to fragment whose tag matches with name

Parameters

name - : Name of the tag.

flag - : Flag, Defaults to 0, optionally you can pass POP_BACKSTACK_INCLUSIVE

Receiver
FragmentActivity