This commit is contained in:
Sem van der Hoeven
2021-01-05 13:03:42 +01:00
parent 40331f3135
commit 65d2f31e3f
2 changed files with 14 additions and 5 deletions

View File

@@ -34,6 +34,8 @@ public class RouteDetailFragment extends Fragment {
this.routeDetailText.setText(this.route.getName());
return view;
}
}