Skip to content

Commit

Permalink
Merge pull request #19514 from brave/revert_change_for_vpn
Browse files Browse the repository at this point in the history
Revert vpn change for restore button
  • Loading branch information
bsclifton authored Aug 3, 2023
2 parents 993d991 + 6f617fa commit 7fc2cb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void onClick(View v) {
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_brave_vpn, menu);
MenuItem item = menu.findItem(R.id.restore);
item.setVisible(true);
if (mShouldShowRestoreMenu) {
mShouldShowRestoreMenu = false;
item.setVisible(true);
Expand Down

0 comments on commit 7fc2cb8

Please sign in to comment.