Skip to content

Commit

Permalink
addittion
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedla610 committed Apr 16, 2024
1 parent 3c171cb commit 567493e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/example/proj2/FirstFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ public View onCreateView(
public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);

binding.buttonFirst.setOnClickListener(v ->
NavHostFragment.findNavController(FirstFragment.this)
.navigate(R.id.action_FirstFragment_to_SecondFragment)
);
}

@Override
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 567493e

Please sign in to comment.