Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedla610 committed Apr 23, 2024
1 parent f84531e commit 3e8313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/proj2/FirstFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void onClick(View view) {
Navigation.findNavController(view).navigate(R.id.action_FirstFragment_to_SecondFragment, result);
}
});
view.findViewById(R.id.MasterYiButton3).setOnClickListener(new View.OnClickListener() {
view.findViewById(R.id.NasusButton3).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
//Passing Name to Second Frag
Expand Down

0 comments on commit 3e8313e

Please sign in to comment.