1
0
Fork 0

Closes #8541: Hide find bar when entering fullscreen

master
Michael 2020-03-05 17:29:43 +01:00 committed by Emily Kager
parent 164e6cd079
commit 1f8b7ff962
1 changed files with 2 additions and 0 deletions

View File

@ -836,6 +836,8 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
private fun fullScreenChanged(inFullScreen: Boolean) {
if (inFullScreen) {
// Close find in page bar if opened
findInPageIntegration.onBackPressed()
FenixSnackbar.make(
view = view!!,
duration = Snackbar.LENGTH_SHORT,