Skip to content

Commit dff6268

Browse files
authored
Added multi-file picker functionality for the WLM (commons-app#4637)
* Added multi-file picker functionality for the WLM * Added multi-file picker functionality for the WLM * Added multi-file picker functionality for the WLM * Added multi-file picker functionality for the WLM
1 parent aa6f965 commit dff6268

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/fragments/NearbyParentFragment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,7 @@ private void passInfoToSheet(final Place place) {
16231623
if (fabGallery.isShown()) {
16241624
Timber.d("Gallery button tapped. Place: %s", selectedPlace.toString());
16251625
storeSharedPrefs(selectedPlace);
1626-
1627-
controller.initiateGalleryPick(getActivity(), false);
1626+
controller.initiateGalleryPick(getActivity(), chipWlm.isChecked());
16281627
}
16291628
});
16301629
}

0 commit comments

Comments
 (0)