Skip to content

Commit

Permalink
Workaround duplicate tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
btut committed Aug 18, 2021
1 parent d229eee commit 5811f87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private void enqueueTask(Runnable indexingTask) {
if (!isRunning) {
isRunning = true;
this.executeWith(taskExecutor);
showToUser(false);
}
}
}
Expand Down

0 comments on commit 5811f87

Please sign in to comment.