button_navigate_bar.setOnClickListener {
[email protected]("Click NavigateBarMaybeCrash")
[email protected]("Before Call Navigate")
findNavController().navigate(R.id.action_fooFragment_to_barFragment)
[email protected]("After Call Navigate")
}
V/FooFragment: Click NavigateBar
V/FooFragment: Before Call Navigate
V/FooFragment: After Call Navigate
V/BarFragment: onAttach
V/BarFragment: onCreate
V/BarFragment: onViewCreated
V/BarFragment: onActivityCreated
V/BarFragment: onStart
V/BarFragment: onResume
V/FooFragment: onPause
V/FooFragment: onStop
V/FooFragment: onDestroyView FragmentTransaction will not be performed immediately
FooFragment.kt:
Pending input events are canceled at onStop