BackPressed via Fragment to previous Fragment-Navigation Component

65 Views Asked by At

I want to ask: From childFragment to the previous Fragment, BackPressed() is allowed while using Navigation Component, androidx, Kotlin.

What I was trying to code is to navigate fragments and bottomNavigation. In one fragment, I used child fragments via customViewPager disabling swiping. While coming back to childFragment, I want it to come the previous Fragment, not on parent/host.

Is it possible? Is BackPressed() method applicable to use within fragments?

0

There are 0 best solutions below