mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ResultPanel should be empty when there is no result
This commit is contained in:
parent
f9e27ef67c
commit
a3ca1febbc
1 changed files with 0 additions and 2 deletions
|
|
@ -58,8 +58,6 @@ namespace Wox
|
||||||
|
|
||||||
public void AddResults(List<Result> newResults, string resultId)
|
public void AddResults(List<Result> newResults, string resultId)
|
||||||
{
|
{
|
||||||
// todo check count in the previous call
|
|
||||||
if (newResults.Count == 0) return;
|
|
||||||
lock (_resultsUpdateLock)
|
lock (_resultsUpdateLock)
|
||||||
{
|
{
|
||||||
// todo use async to do new result calculation
|
// todo use async to do new result calculation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue