diff --git a/apps/app/src/api/ads-consent/controller.js b/apps/app/src/api/ads-consent/controller.js index 31b997e611..44b5772278 100644 --- a/apps/app/src/api/ads-consent/controller.js +++ b/apps/app/src/api/ads-consent/controller.js @@ -106,6 +106,7 @@ class AdsConsentController { } else if (this.state.phase === 'submitting-consent' && preSubmissionPhase) { this.state.setState(preSubmissionPhase) this.preSubmissionPhase = null + this.showNativeCmpFallback() } }, SUBMISSION_TIMEOUT) } diff --git a/apps/app/src/api/ads.rs b/apps/app/src/api/ads.rs index 02d90ccf66..53aa4c86aa 100644 --- a/apps/app/src/api/ads.rs +++ b/apps/app/src/api/ads.rs @@ -595,8 +595,6 @@ pub async fn init_ads_window( } })?; - webview.open_devtools(); - Some(webview) } else { None