This commit is contained in:
Sem van der Hoeven
2021-01-06 13:54:30 +01:00
parent 1760f510c6
commit bd623a3f1d
4 changed files with 15 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ public class RouteDetailFragment extends Fragment {
this.route = getArguments().getParcelable("route");
}
this.routeDetailText = view.findViewById(R.id.routeDetailText);
this.routeDetailText = view.findViewById(R.id.reoute_detail_tekst);
this.routeDetailText.setText(this.route.getName());
Button startButton = view.findViewById(R.id.start_route_button);
startButton.setOnClickListener(this::startRoute);