Seems due to restore UI state implementation :
When clicking on "Filter by system" on any media library, the client crash.
In ListViewItemGenerator, line 195/197,
index = 1 and _materializedItems.Count = 1, so index should be 0 to have it working.
But I can't find for now how to correct this. Albert, can you check ?
Cheers.
When clicking on "Filter by system" on any media library, the client crash.
In ListViewItemGenerator, line 195/197,
Code:
public FrameworkElement GetOrCreateItem(int index, FrameworkElement visualParent, out bool newCreated)
{
FrameworkElement result = _materializedItems[index];
index = 1 and _materializedItems.Count = 1, so index should be 0 to have it working.
But I can't find for now how to correct this. Albert, can you check ?
Cheers.
France