[fix][ui] not calling initial required tasks after enabling a new package type on settings

This commit is contained in:
Vinicius Moreira
2020-06-11 11:25:37 -03:00
parent c44914d747
commit cc5c89a350
4 changed files with 15 additions and 7 deletions

View File

@@ -251,6 +251,10 @@ class WebApplicationManager(SoftwareManager):
index = self._read_search_index()
if not index and self.suggestions_downloader and self.suggestions_downloader.is_alive():
self.suggestions_downloader.join()
index = self._read_search_index()
if index:
split_words = lower_words.split(' ')
singleword = ''.join(lower_words)