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:
pratik2315 2021-09-23 19:27:44 +05:30 committed by GitHub
parent aa6f965c54
commit dff6268a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());
}
});
}