SwipeRefreshLayout's circle disappears on scroll
PtiPingouin opened this issue · 5 comments
PtiPingouin commented
I have:
SwipeRefreshLayout {
RelativeLayout {
RecyclerView
}
}
I'm creating the scrollbar programmatically. When I pull / refresh the layout, the refresh indicator appears. Then, as soon as I scroll down, it vanishes.
turing-tech commented
Are you scrolling with the bar or the recycelerView?
PtiPingouin commented
Both. The problem is in the scroll listener. You're calling this.swipeRefreshLayout.setEnabled(false), which resets the view (and hides it). Check out the implementation of SwipeRefreshLayout.setEnabled()
turing-tech commented
I see. Give me a sec to figure out a solution.
turing-tech commented
Get the new version 11.2.1 and it should be fixed.
PtiPingouin commented
Thanks. I'll give it a try tomorrow.
…On Thu, Dec 8, 2016 at 8:19 PM, Turing Technologies < ***@***.***> wrote:
Get the new version 11.2.1 and it should be fixed.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2BLHsaspWvBmYjAZGTEX8cNOiyim_Nks5rGFhUgaJpZM4LIA61>
.