Make FoldableLinearLayout.SavedState public
This commit is contained in:
parent
f03f962156
commit
1f65982263
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ public class FoldableLinearLayout extends LinearLayout {
|
|||
}
|
||||
}
|
||||
|
||||
static class SavedState extends BaseSavedState {
|
||||
public static class SavedState extends BaseSavedState {
|
||||
|
||||
static final Parcelable.Creator<SavedState> CREATOR =
|
||||
public static final Parcelable.Creator<SavedState> CREATOR =
|
||||
new Parcelable.Creator<FoldableLinearLayout.SavedState>() {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue