Skip to content

Commit

Permalink
Merge pull request #6888 from woocommerce/issue/fix-backbutton-card-r…
Browse files Browse the repository at this point in the history
…eader-hub

Fix navgraph action
  • Loading branch information
malinajirka authored Jul 7, 2022
2 parents 212c861 + f914ea7 commit b4ca154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<action
android:id="@+id/action_cardReaderHubFragment_to_cardReaderOnboardingFragment"
app:destination="@id/cardReaderOnboardingFragment"
app:popUpTo="@+id/cardReaderStatusCheckerDialogFragment"
app:popUpTo="@+id/cardReaderHubFragment"
app:popUpToInclusive="true"/>
</fragment>
<fragment
Expand Down

0 comments on commit b4ca154

Please sign in to comment.