This commit is contained in:
2026-01-23 16:36:17 +00:00
parent 214d51d36e
commit cd527224bf
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,8 @@ public class ClubsFragment extends Fragment {
ClubAdapter adapter = new ClubAdapter(clubs, club -> {
Bundle bundle = new Bundle();
bundle.putString("clubId", club.getId());
Navigation.findNavController(root).navigate(R.id.action_nav_clubs_to_nav_club_detail, bundle);
androidx.navigation.fragment.NavHostFragment.findNavController(ClubsFragment.this)
.navigate(R.id.action_nav_clubs_to_nav_club_detail, bundle);
});
recyclerView.setAdapter(adapter);
progressBar.setVisibility(View.GONE);

BIN
build_log.txt Normal file

Binary file not shown.