Skip to content

Commit

Permalink
Clear omnibar focus on malicious site warning shown
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Jan 24, 2025
1 parent d6991bb commit e7697fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ class BrowserTabFragment :
viewModel.onMaliciousSiteDetected(action, url)
}
maliciousWarningView.show()
binding.focusDummy.requestFocus()
}

private fun onEscapeMaliciousSite() {
Expand Down

0 comments on commit e7697fe

Please sign in to comment.