-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
First, I love your repo
This is the suggestionItems
Line 153 in a42f4c6
| private List<SuggestionItem> suggestionItems; |
I see that it is unpublic and I can't access by overriding your class PersistentSearchView
In the function onSaveInstanceState, class SavedState is a private class
Lines 2514 to 2516 in a42f4c6
| protected Parcelable onSaveInstanceState() { | |
| final Parcelable superState = super.onSaveInstanceState(); | |
| final SavedState savedState = new SavedState(superState); |
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!
Metadata
Metadata
Assignees
Labels
No labels