1227: use navigation graph component, avoid view (fragments) duplications
Description
From main page when we scroll down we can find more than one time the view foundation.e.advancedprivacy:id/am_i_tracked
. So we have to find some hack to continue automation.
It looks that this duplication comes from fragment beeing duplicated when switching from one to another page. To fix this, this MR implement the navigation graph component, which takes care of the fragment management.
Screenshots
Technical details
Tests
Navigation in the app, from the widget, from the Dialogs, from the notifications.
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1227