1
0
Fork 0

For #4517: Keep Bookmarks fragment when navigating to browser

Removed popUp when navigating from bookmarks to browser
master
mihai-adrian 2019-09-02 11:34:29 +03:00 committed by Emily Kager
parent 4c2a7ac10e
commit 8d363d68b1
1 changed files with 1 additions and 3 deletions

View File

@ -242,9 +242,7 @@
app:argType="string" />
<action
android:id="@+id/action_bookmarkFragment_to_browserFragment"
app:destination="@id/browserFragment"
app:popUpTo="@id/libraryFragment"
app:popUpToInclusive="true" />
app:destination="@id/browserFragment"/>
<action
android:id="@+id/action_bookmarkFragment_self"
app:destination="@id/bookmarkFragment" />