Hey :wave: After updating some libraries, when inv...
# navigation-architecture-component
n
Hey 👋 After updating some libraries, when invoking
onBackPressed
on our Activities, navigation component’s
popBackStack
is not called, only
finish
, even if the graph is not on its root. Is this expected? Should we override the default back behaviour with
OnBackPressedDispatcher
to manually call
popBackStack
and
finish
when the backstack is cleared out?