We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ed96b commit 9244c00Copy full SHA for 9244c00
app/src/main/java/fr/free/nrw/commons/nearby/Place.java
@@ -200,6 +200,8 @@ public void writeToParcel(Parcel dest, int flags) {
200
dest.writeParcelable(location, 0);
201
dest.writeString(category);
202
dest.writeParcelable(siteLinks, 0);
203
+ dest.writeString(pic);
204
+ dest.writeString(destroyed);
205
}
206
207
public static final Creator<Place> CREATOR = new Creator<Place>() {
0 commit comments