MvvmCross 3.0.14 - MvxListView selection not working in Android
问题 I have updated the MvvmCross library from 3.0.12 to 3.0.14 and the items selection stopped working for MvxListViews. I've created a simple example from the first demo application to display this. The project contains two solutions with the same code but different versions of the MvvmCross Library. 3.0.12 version works well (selected items keeps checked) 3.0.14 version breaks the behavior Do i have to change something in my code or is it a bug of the Framework? I am using API Level 12 for the