Enable SSS in the background
This commit is contained in:
parent
15b3621ab4
commit
4ffa600da6
1 changed files with 1 additions and 3 deletions
|
@ -193,9 +193,7 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
|
|||
});
|
||||
}
|
||||
unawaited(FeatureFlagService.instance.init());
|
||||
if (!isBackground) {
|
||||
unawaited(SemanticSearchService.instance.init());
|
||||
}
|
||||
unawaited(SemanticSearchService.instance.init());
|
||||
// Can not including existing tf/ml binaries as they are not being built
|
||||
// from source.
|
||||
// See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12671#note_1294346819
|
||||
|
|
Loading…
Add table
Reference in a new issue