-
Notifications
You must be signed in to change notification settings - Fork 21
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
Custom view is not displayed when refreshing manually #29
Comments
…om=-view-is-not-displayed-when-refreshing-manually UNT-T15621 🐞 Bugfix: #29 LGTM.
…om=-view-is-not-displayed-when-refreshing-manually UNT-T15621 🐞 Bugfix: #29 LGTM.
@javichaques Please find this issue fixed in latest release |
Hi @nishchal-v , thanks for quick reply |
@javichaques I have found the cause for your issue, I'll fix it with a PR soon. |
…BugFix-View-Gone-When-Rest-callabck-recieved UNT-T15621 🐞 Bugfix: #29 LGTM.
@javichaques Let me know whether the issue is resolved or not. Then I'll close this issue. |
I keep having the same issue |
You can check out the CustomViewDemo branch and run the demo project. |
It seems that it doesn't work with version 1.5.1, I've tried with the version directly from the commit and it works correctly. |
yes, if you use |
I think the problem is because a version with the same tag has been generated, perhaps it should be uploaded to 1.5.2 |
The versioning is related to tag and the tag is already moved to latest commit So fetching |
@javichaques Please clear your gradle cache, it should work just fine. |
Hi, i have implemented a custom refresh view using version 1.5 from library and it works perfectly when swipe but is not visible when call setRefreshing from code.
My custom view is a Constraint layout with a lottie animation and TextView.
In this video you can view when I click the "chip button" the refresh view is not visible.
Thanks!
pull-to-refresh.webm
The text was updated successfully, but these errors were encountered: