We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for very useful library.
I used OrmaRecyclerViewAdapter, and found that my orderby spec was not effected to recyclerview.
Problem: When Child_Relation::clone was called, the super constructor is called continuously. But Relation constructor doesn't handle its orderSpecs ( https://github.com/gfx/Android-Orma/blob/v2.6.0/library/src/main/java/com/github/gfx/android/orma/Relation.java#L51-L53 ) So, current OrmaAdapter::getRelation ignore the given relation's orderby spec as a result.
Would my understandings not be accurate?
The text was updated successfully, but these errors were encountered:
copy Relation#orderSpecs in clone() (#292)
d8314b6
Sorry to be late. This is fixed in #298 and should be included to v3.0.0-rc3.
Sorry, something went wrong.
No branches or pull requests
Thank you for very useful library.
I used OrmaRecyclerViewAdapter, and found that my orderby spec was not effected to recyclerview.
Problem:
When Child_Relation::clone was called, the super constructor is called continuously. But Relation constructor doesn't handle its orderSpecs ( https://github.com/gfx/Android-Orma/blob/v2.6.0/library/src/main/java/com/github/gfx/android/orma/Relation.java#L51-L53 )
So, current OrmaAdapter::getRelation ignore the given relation's orderby spec as a result.
Would my understandings not be accurate?
The text was updated successfully, but these errors were encountered: