1
0
Fork 0

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

master
Mihai Adrian 2019-09-17 15:47:17 +03:00 committed by Arturo Mejia
parent 25db27e448
commit 1767bd5569
1 changed files with 1 additions and 0 deletions

View File

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