Skip to content
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

Implement ObservableNestedScrollView #257

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Nebu1eto
Copy link

@Nebu1eto Nebu1eto commented Jul 19, 2016

Thanks for Nice Library.
I wanted to use ObservableScrollView and NestedScrollView both, but it doesn't support and Implemented it.

This Request is related at Issue #194. And I add some test code from ScrollView, and also update plugins to latest version. :)

@Nebu1eto
Copy link
Author

I found a bug in my code about Saving its states. I'll fix this issue.

@faridgh1991
Copy link

Thank you for your effort but it crash on restore instance state with following stack trace:


Class not found when unmarshalling: android.support.v4.widget.NestedScrollView$SavedState
                                                            java.lang.ClassNotFoundException: android.support.v4.widget.NestedScrollView$SavedState
                                                                at java.lang.Class.classForName(Native Method)
                                                                at java.lang.Class.forName(Class.java:308)
                                                                at java.lang.Class.forName(Class.java:272)
                                                                at android.os.Parcel.readParcelableCreator(Parcel.java:2275)
                                                                at android.os.Parcel.readParcelable(Parcel.java:2239)
                                                                at android.view.AbsSavedState.<init>(AbsSavedState.java:57)
                                                                at android.view.View$BaseSavedState.<init>(View.java:20110)
                                                                at com.coinpany.core.android.widget.observablescrollview.ObservableNestedScrollView$SavedState.<init>(ObservableNestedScrollView.java:296)
                                                                at com.coinpany.core.android.widget.observablescrollview.ObservableNestedScrollView$SavedState.<init>(ObservableNestedScrollView.java:281)
                                                                at com.coinpany.core.android.widget.observablescrollview.ObservableNestedScrollView$SavedState$1.createFromParcel(ObservableNestedScrollView.java:312)
                                                                at com.coinpany.core.android.widget.observablescrollview.ObservableNestedScrollView$SavedState$1.createFromParcel(ObservableNestedScrollView.java:309)

@Nebu1eto
Copy link
Author

@faridgh1991 Can you describe your dependencies and its version? (Especially Android's support libraries.)

@faridgh1991
Copy link

i use support libraries v25.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants