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
First, I love your repo
This is the suggestionItems
suggestionItems
persistent-search-view/persistentsearchview/src/main/java/com/paulrybitskyi/persistentsearchview/PersistentSearchView.java
Line 153 in a42f4c6
I see that it is unpublic and I can't access by overriding your class PersistentSearchView
PersistentSearchView
In the function onSaveInstanceState, class SavedState is a private class
onSaveInstanceState
SavedState
Lines 2514 to 2516 in a42f4c6
I can't access property suggestionItems and class SavedState, so I can't do anything by overriding your class and function onSaveInstanceState
My suggestion: public your class SavedState public getting method of property suggestionItems
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First, I love your repo
This is the
suggestionItems
persistent-search-view/persistentsearchview/src/main/java/com/paulrybitskyi/persistentsearchview/PersistentSearchView.java
Line 153 in a42f4c6
I see that it is unpublic and I can't access by overriding your class
PersistentSearchView
In the function
onSaveInstanceState
, classSavedState
is a private classpersistent-search-view/persistentsearchview/src/main/java/com/paulrybitskyi/persistentsearchview/PersistentSearchView.java
Lines 2514 to 2516 in a42f4c6
I can't access property
suggestionItems
and classSavedState
, so I can't do anything by overriding your class and functiononSaveInstanceState
My suggestion:
public your class
SavedState
public getting method of property
suggestionItems
Thanks!
The text was updated successfully, but these errors were encountered: