Skip to content

Commit

Permalink
For mozilla-mobile#5174 Changed FindInPage height to toolbar height t…
Browse files Browse the repository at this point in the history
…o cover QAB (mozilla-mobile#5376)
  • Loading branch information
mcarare authored and Amejia481 committed Sep 17, 2019
1 parent 25db27e commit 1767bd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class FindInPageIntegration(
}
view.visibility = View.VISIBLE
(feature as FindInPageFeature).bind(session)
view.layoutParams.height = toolbar.height
}
}
}

0 comments on commit 1767bd5

Please sign in to comment.