Skip to content

Commit bd00ce2

Browse files
authored
fix-issue-4215 (commons-app#4729)
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
1 parent 01f6a2b commit bd00ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public void onMediaClicked(int position) {
112112
container.setVisibility(View.VISIBLE);
113113
((ExploreFragment) getParentFragment()).tabLayout.setVisibility(View.GONE);
114114
mediaDetails = new MediaDetailPagerFragment(false, true);
115+
((ExploreFragment) getParentFragment()).setScroll(false);
115116
setFragment(mediaDetails, listFragment);
116117
mediaDetails.showImage(position);
117118
}

0 commit comments

Comments
 (0)