You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Android] Unable to activate instance of type Xamarin.Forms.Platform.Android.ListViewAdapter when using nested ListViews and DataTemplateSelector #3603
When swapping out the ItemSource on the parent ListView you'll get an exception of Unable to activate instance of type Xamarin.Forms.Platform.Android.ListViewAdapter
Description
ListView
-DatatemplateSelector
--Listview
When swapping out the ItemSource on the parent ListView you'll get an exception of
Unable to activate instance of type Xamarin.Forms.Platform.Android.ListViewAdapter
Xamarin.Forms/Xamarin.Forms.Platform.Android/Renderers/ListViewRenderer.cs
Line 153 in 4d5a1f5
Steps to Reproduce
Expected Behavior
No crash and ItemSource swaps out fine
Actual Behavior
Crashes
Basic Information