Skip to content

Commit

Permalink
feat(bank-sdk): Skonto screen. Set skonto as start destination
Browse files Browse the repository at this point in the history
PP-403
  • Loading branch information
ndubkov-distcotech committed Jul 17, 2024
1 parent e506fdf commit 90cf6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bank-sdk/sdk/src/main/res/navigation/gbs_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/capture_flow_nav_graph"
app:startDestination="@id/gbs_destination_capture_fragment">
app:startDestination="@id/gbs_destination_skonto_fragment">

<fragment
android:id="@+id/gbs_destination_capture_fragment"
Expand Down

0 comments on commit 90cf6ab

Please sign in to comment.