Bug 1830398 - Clicking on empty space from awesomebar should not be dispatched to homescreen.

fenix/115.2.0
iorgamgabriel 1 year ago committed by mergify[bot]
parent 670751f83d
commit b5c68a40b0

@ -288,7 +288,9 @@ class SearchDialogFragment : AppCompatDialogFragment(), UserInteractionHandler {
}
else -> isPrivateButtonClicked = false
}
if (binding.awesomeBar.visibility != View.VISIBLE) {
requireActivity().dispatchTouchEvent(event)
}
false
}
}

Loading…
Cancel
Save