unoplatform / uado

Universal Azure DevOps Organizer - Uno Reference Implementation project
https://uado.platform.uno
81 stars 18 forks source link

Android blank page on listview #116

Closed vincentcastagna closed 5 years ago

vincentcastagna commented 5 years ago

This PR fixes the issue on Android that was introduced by implementing the usage of the GridView in this PR https://github.com/nventive/Uado/pull/89 .

After investigation, it seems that using the GridView in the OrganizationPage affects the ListView in the ProjectItemDetailsPage w/o any reason related to existing code (they do not share anything in common except the fact that they both inherit from ListViewBase). The workAround is to replace the ListView to a GridViewonly for Android in this particular page.