Skip to content

Commit adcdb20

Browse files
committed
navigation changed.
1 parent bd0070c commit adcdb20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mobile/src/main/java/io/syslogic/github/recyclerview/RepositoriesAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public void onClick(@NonNull View viewHolder) {
240240
NavController controller = Navigation.findNavController(layout);
241241
Bundle args = new Bundle();
242242
args.putString(Constants.ARGUMENT_ITEM_NAME, item.getName());
243-
controller.navigate(R.id.action_workflowsFragment_to_workflowFragment, args);
243+
controller.navigate(R.id.action_repositoriesFragment_to_workflowFragment, args);
244244
}
245245
}
246246

mobile/src/main/res/navigation/nav_graph.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
tools:layout="@layout/fragment_repositories">
104104
<deepLink app:uri="github://repositories"/>
105105
<action
106-
android:id="@+id/action_workflowsFragment_to_workflowFragment"
106+
android:id="@+id/action_repositoriesFragment_to_workflowFragment"
107107
app:destination="@id/workflowFragment"/>
108108
</fragment>
109109

0 commit comments

Comments
 (0)