So for example I have two fragments:
- start fragment which is used as start destination of my nav grapth
- fragment for a deep link
When I open link from email it opens my app activity (recreats it if was already opened), then opens start destionation fragment and then opens deep link fragment and when I press back button it returns to start destionation fragment but I don't want such behaviour, I want it to close app instead, so fragment deep link behave as a start destination fragment