Fixes #4215 "Swiping on the last item in explore featured tab takes you to uploaded via mobile" (#4227)

* scrolling disabled on media details

* javadoc added

* javadoc modified
This commit is contained in:
Aditya-Srivastav 2021-02-15 11:11:55 +05:30 committed by GitHub
parent 7d5773f235
commit 1a31265770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 87 additions and 12 deletions

View file

@ -30,7 +30,7 @@
android:orientation="horizontal"
android:visibility="gone"/>
<androidx.viewpager.widget.ViewPager
<fr.free.nrw.commons.explore.ParentViewPager
android:id="@+id/viewPagerBookmarks"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -30,7 +30,7 @@
android:orientation="horizontal"
android:visibility="gone" />
<androidx.viewpager.widget.ViewPager
<fr.free.nrw.commons.explore.ParentViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"