Skip to content

Commit

Permalink
Merge pull request #8027 from brave/android_shields_fix
Browse files Browse the repository at this point in the history
[Android] Fixed url for shields
  • Loading branch information
samartnik authored Feb 22, 2021
2 parents fc13ad8 + c44d12b commit 64c9115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public void onPageLoadStarted(Tab tab, GURL url) {
@Override
public void onPageLoadFinished(final Tab tab, GURL url) {
if (getToolbarDataProvider().getTab() == tab) {
mBraveShieldsHandler.updateHost(url.getHost());
mBraveShieldsHandler.updateHost(url.getSpec());
updateBraveShieldsButtonState(tab);

Profile mProfile = Profile.getLastUsedRegularProfile();
Expand Down

0 comments on commit 64c9115

Please sign in to comment.