Horje
how to handle onbackpressed in fragment Code Example
how to handle onbackpressed in fragment
requireActivity().onBackPressedDispatcher.addCallback(viewLifecycleOwner){
	YOU CODE !!
}
onbackpressed android fragment
 requireActivity().onBackPressedDispatcher.addCallback(viewLifecycleOwner) {
            findNavController().navigate(R.id.mainFragment)
        }




2

Related
kotlin global constants Code Example kotlin global constants Code Example
how to initialize mutable list kotlin Code Example how to initialize mutable list kotlin Code Example
kotlin in how to set without findviewbyid Code Example kotlin in how to set without findviewbyid Code Example
random string generator kotlin Code Example random string generator kotlin Code Example
bye bye find view by id extension in kotlin Code Example bye bye find view by id extension in kotlin Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10