Open the downloaded artist detail in ArtistListPageFragment

This commit is contained in:
CappielloAntonio 2021-08-31 13:04:22 +02:00
parent ef645143e0
commit 8cef75c763
6 changed files with 17 additions and 14 deletions

View file

@ -104,6 +104,9 @@
<action
android:id="@+id/action_downloadFragment_to_songListPageFragment"
app:destination="@id/songListPageFragment" />
<action
android:id="@+id/action_downloadFragment_to_albumPageFragment"
app:destination="@id/albumPageFragment" />
<action
android:id="@+id/action_downloadFragment_to_albumListPageFragment"
app:destination="@id/albumListPageFragment" />
@ -238,6 +241,9 @@
<action
android:id="@+id/action_artistListPageFragment_to_artistPageFragment"
app:destination="@id/artistPageFragment" />
<action
android:id="@+id/action_artistListPageFragment_to_albumListPageFragment"
app:destination="@id/albumListPageFragment" />
</fragment>
<fragment
android:id="@+id/playlistPageFragment"