Updated on 2026-08-14
This commit is contained in:
parent
dc24e9e376
commit
fdb820b7f6
4 changed files with 9 additions and 25 deletions
|
|
@ -62,7 +62,7 @@ abstract class BaseFragment : Fragment() {
|
|||
return if (destination == DESTINATION_NOT_SET) {
|
||||
findNavController(this).popBackStack()
|
||||
} else {
|
||||
findNavController(this).popBackStack(destination, true)
|
||||
findNavController(this).popBackStack(destination, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue