Updated on 2026-08-14

This commit is contained in:
Tangem 2019-09-03 15:29:28 +03:00
parent dc24e9e376
commit fdb820b7f6
4 changed files with 9 additions and 25 deletions

View file

@ -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)
}
}