mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Added multi-file picker functionality for the WLM (#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
This commit is contained in:
parent
aa6f965c54
commit
dff6268a55
1 changed files with 1 additions and 2 deletions
|
|
@ -1623,8 +1623,7 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
|
|||
if (fabGallery.isShown()) {
|
||||
Timber.d("Gallery button tapped. Place: %s", selectedPlace.toString());
|
||||
storeSharedPrefs(selectedPlace);
|
||||
|
||||
controller.initiateGalleryPick(getActivity(), false);
|
||||
controller.initiateGalleryPick(getActivity(), chipWlm.isChecked());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue