Added missing navigation paths

This commit is contained in:
CappielloAntonio 2022-01-16 11:57:49 +01:00
parent 9cede96bd9
commit e2bff83211
3 changed files with 10 additions and 0 deletions

View file

@ -277,6 +277,12 @@
<action
android:id="@+id/action_starredFragment_to_artistListPageFragment"
app:destination="@id/artistListPageFragment" />
<action
android:id="@+id/action_starredFragment_to_albumPageFragment"
app:destination="@id/albumPageFragment" />
<action
android:id="@+id/action_starredFragment_to_artistPageFragment"
app:destination="@id/artistPageFragment" />
</fragment>
<fragment
android:id="@+id/playlistPageFragment"