[CHANGED] String values

This commit is contained in:
Robin Koedood
2021-01-06 13:44:17 +01:00
parent f0ef9512a0
commit ca8d291262
5 changed files with 5 additions and 7 deletions

View File

@@ -49,4 +49,8 @@ public class LocationDetailFragment extends Fragment {
}
return view;
}
public void setLocation(Location location) {
this.location = location;
}
}