Closed grewegreg closed 1 year ago
Same or similar to https://github.com/dotnet/maui/issues/10819
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Fixed by #11763.
Description
When using a CollectionView and creating an EmptyView with a ContentView, no text is displayed on Android. When following the article Display views when data is unavailable, no text is displayed when a ContentView is created. However, when using the EmptyView attribute for the CollectionView, the text is displayed. Code samples are in the steps to reproduce.
Steps to Reproduce
When using EmptyView attribute, text is displayed on both Android and Windows.
When using EmptyView , text is displayed on both Android and Windows.
Link to public reproduction project repository
https://dev.azure.com/grewegreg/Solicitation/_git/Solicitation.MAUI
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows
Affected platform versions
Android 13 - API 33
Did you find any workaround?
The only workaround is using the EmptyView attribute.
Relevant log output