mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Open the downloaded artist detail in ArtistListPageFragment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user