For #2474 - Pop Up to Bookmark Fragment when navigating to Browser

This commit is contained in:
Emily Kager 2019-05-20 16:44:32 -07:00 committed by Jeff Boek
parent b54628210b
commit a169019426

View File

@ -170,6 +170,8 @@
app:argType="string" />
<action
android:id="@+id/action_bookmarkFragment_to_browserFragment"
app:popUpTo="@id/bookmarkFragment"
app:popUpToInclusive="true"
app:destination="@id/browserFragment" />
<action
android:id="@+id/action_bookmarkFragment_self"