-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Swiping on the last item in explore featured tab takes you to uploaded via mobile. #4215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@misaochan , |
For the solution part, |
@4D17Y4 Hi, could you please add a screen recording of the current behaviour? |
@madhurgupta10, I've updated the issue, added the recording. |
@4D17Y4 Thanks for the details, this happens only when there is no network or slow network and async loading isn't continuing in the background. Feel free to work on it if you are not working/assigned any other issue at the moment. |
I don't find any connection with network and the view pager nested swipes not configured properly. Will start working on it . |
I can reproduce the issue even with a good mobile connection, if I swipe very fast for a minute. |
Yes, @nicolas-raoul |
…ou to uploaded via mobile" (#4227) * scrolling disabled on media details * javadoc added * javadoc modified
@nicolas-raoul @madhurgupta10 I think this issue still exists, I can reproduce it on the latest master. |
Hey @Pratham2305, the issue still exist. Code from current master apps-android-commons/app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java Lines 111 to 117 in c6f4649
As one can notice A quick fix would be to add this line. |
@4D17Y4 Thanks for pointing out, I have checked the commit, and Yes that is the only line missing. Now it's working fine! |
Summary:
When you swipe on the last item in explore featured fragment it gets to uploaded via mobile.
Steps to reproduce:
go to the last item of the featured tab and swipe left, you'll notice you're taken to uploaded via mobile.
What did you expect the app to do, and what did you see instead?
This is not the major issue but when we click on media in this uploaded via mobile tab, the app shows some unexpected behavior when returning from the media details.
Device and Android version:
Nokia 6.1 android version 10 (stock).
Commons app version:
Latest master.
Screen recording
Observations:
Would you like to work on the issue?
Please let us know whether you want to fix the issue by yourself. If not, anyone can get the issue assigned to them.
Yes.
The text was updated successfully, but these errors were encountered: