mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Added missing navigation paths
This commit is contained in:
parent
9cede96bd9
commit
e2bff83211
3 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue