For #5174 Changed FindInPage height to toolbar height to cover QAB (#5376)

This commit is contained in:
Mihai Adrian 2019-09-17 15:47:17 +03:00 committed by Arturo Mejia
parent 25db27e448
commit 1767bd5569

View File

@ -37,6 +37,7 @@ class FindInPageIntegration(
}
view.visibility = View.VISIBLE
(feature as FindInPageFeature).bind(session)
view.layoutParams.height = toolbar.height
}
}
}