Update visibility of function

feature/top10
Aurelien Hubert 7 years ago
parent ae35ad9cc7
commit 7b3a8f44f3
  1. 2
      app/src/main/java/net/pokeranalytics/android/model/realm/Location.kt

@ -60,7 +60,7 @@ open class Location : RealmObject(), Manageable, RowRepresentable {
/** /**
* Fill the location attributes with a place object * Fill the location attributes with a place object
*/ */
private fun setPlace(place: Place) { fun setPlace(place: Place) {
this.name = place.name ?: "" this.name = place.name ?: ""
this.address = place.address ?: "" this.address = place.address ?: ""
this.latitude = place.latLng?.latitude this.latitude = place.latLng?.latitude

Loading…
Cancel
Save