Multimodule app finish previous Activity when navigate to another Activity
I have a project with different modules. I got :ft_a and :ft_b and they don't know about each other. There is a case where I want to go from :ft_a to :ft_b that I am using the Navigation component, so I use the
ActivityNavigator library.
When I navigate from A (in :ft_a) to B (in :ft_b), I want to finish Activity A. For this, I tried to use the popBackStack() function like the...