Don't notify change until finishing up adding new result

This commit is contained in:
弘韬 张 2020-11-14 15:07:56 +08:00
parent 55d30cad68
commit 4cf143d435

View file

@ -296,7 +296,7 @@ namespace Flow.Launcher.ViewModel
/// <param name="newItems"></param>
public void Update(List<ResultViewModel> newItems)
{
ClearItems();
Clear();
AddRange(newItems);
}