diff --git a/dist/autofill-debug.js b/dist/autofill-debug.js index 6a9fbe5cd..6c651d6f2 100644 --- a/dist/autofill-debug.js +++ b/dist/autofill-debug.js @@ -7769,8 +7769,8 @@ class CredentialsImport { activeInput?.focus(); } async started() { - this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); this.device.deviceApi.notify(new _deviceApiCalls.StartCredentialsImportFlowCall({})); + this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); } async dismissed() { this.device.deviceApi.notify(new _deviceApiCalls.CredentialsImportFlowPermanentlyDismissedCall(null)); diff --git a/dist/autofill.js b/dist/autofill.js index 04931d74e..b7dbbe96e 100644 --- a/dist/autofill.js +++ b/dist/autofill.js @@ -3406,8 +3406,8 @@ class CredentialsImport { activeInput?.focus(); } async started() { - this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); this.device.deviceApi.notify(new _deviceApiCalls.StartCredentialsImportFlowCall({})); + this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); } async dismissed() { this.device.deviceApi.notify(new _deviceApiCalls.CredentialsImportFlowPermanentlyDismissedCall(null)); diff --git a/src/CredentialsImport.js b/src/CredentialsImport.js index fe1904b7f..cbf2358d5 100644 --- a/src/CredentialsImport.js +++ b/src/CredentialsImport.js @@ -59,8 +59,8 @@ class CredentialsImport { } async started() { - this.device.deviceApi.notify(new CloseAutofillParentCall(null)); this.device.deviceApi.notify(new StartCredentialsImportFlowCall({})); + this.device.deviceApi.notify(new CloseAutofillParentCall(null)); } async dismissed() { diff --git a/swift-package/Resources/assets/autofill-debug.js b/swift-package/Resources/assets/autofill-debug.js index 6a9fbe5cd..6c651d6f2 100644 --- a/swift-package/Resources/assets/autofill-debug.js +++ b/swift-package/Resources/assets/autofill-debug.js @@ -7769,8 +7769,8 @@ class CredentialsImport { activeInput?.focus(); } async started() { - this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); this.device.deviceApi.notify(new _deviceApiCalls.StartCredentialsImportFlowCall({})); + this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); } async dismissed() { this.device.deviceApi.notify(new _deviceApiCalls.CredentialsImportFlowPermanentlyDismissedCall(null)); diff --git a/swift-package/Resources/assets/autofill.js b/swift-package/Resources/assets/autofill.js index 04931d74e..b7dbbe96e 100644 --- a/swift-package/Resources/assets/autofill.js +++ b/swift-package/Resources/assets/autofill.js @@ -3406,8 +3406,8 @@ class CredentialsImport { activeInput?.focus(); } async started() { - this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); this.device.deviceApi.notify(new _deviceApiCalls.StartCredentialsImportFlowCall({})); + this.device.deviceApi.notify(new _deviceApiCalls.CloseAutofillParentCall(null)); } async dismissed() { this.device.deviceApi.notify(new _deviceApiCalls.CredentialsImportFlowPermanentlyDismissedCall(null));