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

Commit 5a39169

Browse files
authored
Use the default Tracking value when resetting (#3295)
1 parent 33e7dea commit 5a39169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/settings/PrivacyOptionsView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private void resetOptions() {
215215
setDrmContent(SettingsStore.DRM_PLAYBACK_DEFAULT, true);
216216
}
217217

218-
if (!mBinding.trackingProtectionRadio.getValueForId(mBinding.trackingProtectionRadio.getCheckedRadioButtonId()).equals(SettingsStore.MSAA_DEFAULT_LEVEL)) {
218+
if (!mBinding.trackingProtectionRadio.getValueForId(mBinding.trackingProtectionRadio.getCheckedRadioButtonId()).equals(SettingsStore.TRACKING_DEFAULT)) {
219219
setTrackingProtection(mBinding.trackingProtectionRadio.getIdForValue(SettingsStore.TRACKING_DEFAULT), true);
220220
}
221221

0 commit comments

Comments
 (0)