Skip to content

Commit

Permalink
dismiss the current search before starting a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcalag committed Feb 19, 2025
1 parent 68535d6 commit 0f8407d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class DuckDuckGoWebView : WebView, NestedScrollingChild3 {

override fun findAllAsync(find: String) {
if (!isDestroyed) {
super.findAllAsync("")
super.findAllAsync(find)
}
}
Expand Down

0 comments on commit 0f8407d

Please sign in to comment.