-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixes #4287 "Tapping multiple items in explore should not be allowed" #4310
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
Conversation
|
Up for review @nicolas-raoul , @neslihanturan |
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
|
There's another way to solve this issue by disabling any multitaps in the activity by setting them in the manifest file. Made requested changes. |
app/src/main/java/fr/free/nrw/commons/explore/ExploreListRootFragment.java
Outdated
Show resolved
Hide resolved
|
Done. |
nicolas-raoul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this version for normal usage today and tested various things, it worked as expected.
The source code looks OK too.
I requested the cancellation of a small formatting change, should be OK for merging after that.
Description (required)
Fixes #4287
What changes did you make and why?
Tests performed (required)
Tested on Nokia 6.1+ with API level 29.