daimajia / daimajia/AndroidImageSlider
using under supportv4's SwipeRefreshLayout, cannot recovery autocylic
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
the step:
1, put imageSlider under SwipeRefreshLayout;
2, enable auto cycling;
3, when pulling down (touch down EVENT on the imageSlider), but touch up EVENT not on the imageSlider, it cannot recover auto cycling, this problem can be solved by SwipeRefreshLayout's OnRefresh Listener, when start pull down to refresh, stop autocyling(in the fact, when touch down, imageSlider itself pause autocycling), and startcycling when finish refresh, but:
4, when I touch down on imageSlider and pull down, and touch up on imageSlider, so what happend? SwipeRefreshLayout not reach refreshing slot, so, it canceled this refreshing, but the Touch UP EVENT cannot dispatched to the imageSlider, so , imageSlider paused forever...
could you give me some idea to solve it?
3ks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.