CardStackView doesn't remember its old state
Upon configuration changes (e.g. orientation change or returning to app after system killed app) CardStackView doesn't remember its old state and thus resets.
Basically the CardStackState could have been retained (after becoming a Parcelable) in Parcelable onSaveInstanceState() and recovered in void onRestoreInstanceState(Parcelable state).
Was this issue ever solved? Any solution?
Hey folks, implementation this here in a forked version https://github.com/ashishkrishnan/CardStackView/commits/ak/restore-state
Running some tests, will raise a PR soon. Untill then, feel free to play around.
This is not accepted or what?