correcao
This commit is contained in:
@@ -59,7 +59,8 @@ public class ClubsFragment extends Fragment {
|
|||||||
ClubAdapter adapter = new ClubAdapter(clubs, club -> {
|
ClubAdapter adapter = new ClubAdapter(clubs, club -> {
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putString("clubId", club.getId());
|
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);
|
recyclerView.setAdapter(adapter);
|
||||||
progressBar.setVisibility(View.GONE);
|
progressBar.setVisibility(View.GONE);
|
||||||
|
|||||||
BIN
build_log.txt
Normal file
BIN
build_log.txt
Normal file
Binary file not shown.
Reference in New Issue
Block a user