Skip to content

Commit 46793a8

Browse files
committed
fix: use adsjs entrypoint for messaging
1 parent 1dc1b6a commit 46793a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

injected/scripts/entry-points.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const builds = {
3232
output: ['../build/android/brokerProtection.js'],
3333
},
3434
'android-autofill-import': {
35-
input: 'entry-points/android.js',
35+
input: 'entry-points/android-adsjs.js',
3636
output: ['../build/android/autofillImport.js'],
3737
},
3838
'android-adsjs': {

injected/src/features/autofill-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export default class AutofillImport extends ActionExecutorMixin(ContentFeature)
493493
return;
494494
}
495495
this.#processingBookmark = true;
496-
this.handleBookmarkImportPath(pathname);
496+
await this.handleBookmarkImportPath(pathname);
497497
} else if (this.getFeatureSetting('settingsButton')) {
498498
await this.handlePasswordManagerPath(pathname);
499499
} else {

0 commit comments

Comments
 (0)