pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 695 forks source link

OnClickListener lost after orientation change #70

Open julioz opened 12 years ago

julioz commented 12 years ago

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 :)

julioz commented 12 years ago

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