Skip to content

Commit

Permalink
email protection shouldn't open
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 23, 2024
1 parent e5ec92b commit 20a4590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class SettingsActivity : DuckDuckGoActivity() {

private fun launchEmailProtectionScreen(url: String) {
val options = ActivityOptions.makeSceneTransitionAnimation(this).toBundle()
startActivity(BrowserActivity.intent(this, url), options)
startActivity(BrowserActivity.intent(this, url, interstitialScreen = true), options)
this.finish()
}

Expand Down

0 comments on commit 20a4590

Please sign in to comment.