pakerfeldt/android-viewflow

OnClickListener lost after orientation change

Opened this issue · 1 comments

I'm trying to integrate this lib with an app of mine, but I noticed that when we change the orientation of the screen, the listeners to clicks are lost, and I have to restart the activity for them to work again.

I've already tried adding those onConfigurationChange() overrides to my activities, but it didn't fixed the issue.

Can someone help me? My users are angry :)

I noticed that when I removed the android:configChanges="..." the viewflow worked as usual... why is that?