After I upgraded to Xamarin Forms 1.3.0.6292, a TableView in my application started exhibiting problems on Android. The last TableSection in the view shows either a duplicate cell or a duplicate section title, which one seems random. In addition, the last cell in the section is not displayed. I tried changing the order of the sections, and it always happens on the last section.
Has anyone else seen this? Any suggestions?