Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix VR permission menu regression (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored Mar 26, 2020
1 parent 088db73 commit 5ee10ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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.