Fixed perf issues

This commit is contained in:
TheXamlGuy
2024-07-02 23:38:51 +01:00
parent 929d72e4e8
commit e1ffb541f6
29 changed files with 139 additions and 82 deletions
-3
View File
@@ -146,7 +146,4 @@ public partial class ItemViewModel :
return base.OnActivated();
}
protected override SynchronizeExpression BuildAggregateExpression() =>
new(Toolkit.Foundation.Synchronize.As<IItemViewModel, (string, string, ItemState)>(("", Name, State)));
}