Skip to content

Commit

Permalink
init repository cache on autofill process created
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Mar 5, 2025
1 parent 4e22b66 commit 9bba237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class RealAutofillFeatureRepository @Inject constructor(
init {
appCoroutineScope.launch(dispatcherProvider.io()) {
Timber.i("DDGAutofillService: Init AutofillFeatureRepository from $processName")
if (isMainProcess || processName == "autofill") { // TODO: Revisit this after merging autofill process PR
if (isMainProcess || processName == ":autofill") {
loadToMemory()
}
}
Expand Down

0 comments on commit 9bba237

Please sign in to comment.