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