I have a big problem with my app. It crashes and I don\'t know why.
In my app I have a Activity with a listview and a customlistviewa
Activity
listview
customlistviewa
I had the same issue, I found a way to avoid the crash. You can just change the return-transition to others instead of fade, such as: explode/move/slide/...
To do that you can just add
@android:transition/explode
to your apptheme file.