mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Don't notify change until finishing up adding new result
This commit is contained in:
parent
55d30cad68
commit
4cf143d435
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ namespace Flow.Launcher.ViewModel
|
|||
/// <param name="newItems"></param>
|
||||
public void Update(List<ResultViewModel> newItems)
|
||||
{
|
||||
ClearItems();
|
||||
Clear();
|
||||
|
||||
AddRange(newItems);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue