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 48d69ed commit f748399Copy full SHA for f748399
app/src/main/java/fr/free/nrw/commons/bookmarks/locations/BookmarkLocationsDao.java
@@ -174,6 +174,7 @@ private ContentValues toContentValues(Place bookmarkLocation) {
174
cv.put(BookmarkLocationsDao.Table.COLUMN_COMMONS_LINK, bookmarkLocation.siteLinks.getCommonsLink().toString());
175
cv.put(BookmarkLocationsDao.Table.COLUMN_LAT, bookmarkLocation.location.getLatitude());
176
cv.put(BookmarkLocationsDao.Table.COLUMN_LONG, bookmarkLocation.location.getLongitude());
177
+ cv.put(BookmarkLocationsDao.Table.COLUMN_PIC, bookmarkLocation.pic);
178
return cv;
179
}
180
0 commit comments