[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8541: Hide find bar when entering fullscreen

pull/600/head
Michael 5 years ago committed by Emily Kager
parent 1ba6fea116
commit e42739298c

@ -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,

Loading…
Cancel
Save