File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' : {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments