Skip to content

Commit f748399

Browse files
committed
TODO foc bookmark dao item but works now
1 parent 48d69ed commit f748399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/fr/free/nrw/commons/bookmarks/locations/BookmarkLocationsDao.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ private ContentValues toContentValues(Place bookmarkLocation) {
174174
cv.put(BookmarkLocationsDao.Table.COLUMN_COMMONS_LINK, bookmarkLocation.siteLinks.getCommonsLink().toString());
175175
cv.put(BookmarkLocationsDao.Table.COLUMN_LAT, bookmarkLocation.location.getLatitude());
176176
cv.put(BookmarkLocationsDao.Table.COLUMN_LONG, bookmarkLocation.location.getLongitude());
177+
cv.put(BookmarkLocationsDao.Table.COLUMN_PIC, bookmarkLocation.pic);
177178
return cv;
178179
}
179180

0 commit comments

Comments
 (0)