Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fixed graph issue(because of upgrade to new version) that fixes UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ioana-farcas committed Dec 13, 2018
1 parent 474d8c0 commit b5a9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/navigation/graph_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:id="@+id/action_fxaLogin_to_itemList"
app:destination="@id/fragment_item_list"
app:launchSingleTop="true"
app:popUpTo="@+id/fragment_item_list"
app:popUpTo="@+id/graph_main"
app:popUpToInclusive="true" />
</fragment>

Expand Down

0 comments on commit b5a9bda

Please sign in to comment.