Skip to content

Commit

Permalink
Fix VR permission menu regression (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Mar 26, 2020
1 parent 088db73 commit 5ee10ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -969,7 +969,7 @@ public void onPopUpButtonClicked() {
public void onWebXRButtonClicked() {
toggleQuickPermission(mBinding.navigationBarNavigation.urlBar.getWebxRButton(),
SitePermission.SITE_PERMISSION_WEBXR,
mViewModel.getIsWebXRBlocked().getValue().get());
!mViewModel.getIsWebXRBlocked().getValue().get());
}

@Override
Expand Down

0 comments on commit 5ee10ba

Please sign in to comment.