Commit 1f8b7ff9 authored by Michael's avatar Michael Committed by Emily Kager
Browse files

Closes #8541: Hide find bar when entering fullscreen

parent 164e6cd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,