Skip to content

Commit

Permalink
Merge pull request #13717 from brave/pr13713_android_dapps_wallet_ico…
Browse files Browse the repository at this point in the history
…n_1.40.x

Hides a wallet icon on changing URLs inside the same tab (uplift to 1.40.x)
  • Loading branch information
kjozwiak authored Jun 13, 2022
2 parents 475a0a4 + a36d83f commit 707b9e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public void onShown(Tab tab, @TabSelectionType int type) {

@Override
public void onPageLoadStarted(Tab tab, GURL url) {
showWalletIcon(false);
if (getToolbarDataProvider().getTab() == tab) {
updateBraveShieldsButtonState(tab);
}
Expand Down

0 comments on commit 707b9e8

Please sign in to comment.