Skip to content

Commit b9273b0

Browse files
authored
fixed issue #4590 fab of custom selector is still open after uploading (#4628)
1 parent b1f06ad commit b9273b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/ContributionsListFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ private void setListeners() {
275275
@OnClick(R.id.fab_custom_gallery)
276276
void launchCustomSelector(){
277277
controller.initiateCustomGalleryPickWithPermission(getActivity());
278+
animateFAB(isFabOpen);
278279
}
279280

280281
private void animateFAB(final boolean isFabOpen) {

0 commit comments

Comments
 (0)