Skip to content

Commit

Permalink
Bug 1813879 - Invoke setVerticalClipping(0) on onShowDynamicToolbar
Browse files Browse the repository at this point in the history
…. r=geckoview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D168343
  • Loading branch information
hiikezoe committed Feb 1, 2023
1 parent 84e146c commit a427410
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,7 @@ public void onShowDynamicToolbar(final GeckoSession session) {
final View toolbar = findViewById(R.id.toolbar);
if (toolbar != null) {
toolbar.setTranslationY(0f);
mGeckoView.setVerticalClipping(0);
}
}

Expand Down

0 comments on commit a427410

Please sign in to comment.