File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/io/syslogic/github/recyclerview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public void onClick(@NonNull View viewHolder) {
240
240
NavController controller = Navigation .findNavController (layout );
241
241
Bundle args = new Bundle ();
242
242
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 );
244
244
}
245
245
}
246
246
Original file line number Diff line number Diff line change 103
103
tools : layout =" @layout/fragment_repositories" >
104
104
<deepLink app : uri =" github://repositories" />
105
105
<action
106
- android : id =" @+id/action_workflowsFragment_to_workflowFragment "
106
+ android : id =" @+id/action_repositoriesFragment_to_workflowFragment "
107
107
app : destination =" @id/workflowFragment" />
108
108
</fragment >
109
109
You can’t perform that action at this time.
0 commit comments