SetCurrentItem without animation
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 78/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- android, java
- Domain
- mobile-dev
Research direction
Locate the Java implementation of setCurrentItem(int item, boolean smoothScroll) and compare the smoothScroll parameter with the boolean passed to mInfiniteCycleManager and the superclass. Ensure the requested animation setting is honored, then verify that both animated and non-animated calls behave as expected.
Written by the indexing model from the issue text.
Description
I found a mistake where variable 'smoothScroll' is not used but 'true' is passed to mInfiniteCycleManager.setCurrentItem
@Override
public void setCurrentItem(final int item, final boolean **smoothScroll**) {
if (mInfiniteCycleManager != null)
super.setCurrentItem(mInfiniteCycleManager.setCurrentItem(item), **true**);
}
- Dominant language
- Java
- Stars
- 5.7k
- Forks
- 821
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Devlight/InfiniteCycleViewPager
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
Devlight/InfiniteCycleViewPager#87 · 2 comments · 4 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Font family of tab Open
Difficulty 3/5 1-2 days Newbie friendliness 20/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Get Every Position Open
Difficulty 3/5 1-2 days Newbie friendliness 18/100
Devlight/InfiniteCycleViewPager#82 · 1 comment ·
All issues in Devlight/InfiniteCycleViewPager
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100