Redirection to library fragment after sync

This commit is contained in:
CappielloAntonio 2021-04-14 17:37:24 +02:00
parent 3286215462
commit 3bdfd66dfc
3 changed files with 17 additions and 15 deletions

View file

@ -54,6 +54,11 @@
app:destination="@id/homeFragment"
app:popUpTo="@id/syncFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/action_syncFragment_to_libraryFragment"
app:destination="@id/libraryFragment"
app:popUpTo="@id/syncFragment"
app:popUpToInclusive="true"/>
</fragment>
<fragment