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

Commit

Permalink
Use the default Tracking value when resetting (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Apr 30, 2020
1 parent 33e7dea commit 5a39169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private void resetOptions() {
setDrmContent(SettingsStore.DRM_PLAYBACK_DEFAULT, true);
}

if (!mBinding.trackingProtectionRadio.getValueForId(mBinding.trackingProtectionRadio.getCheckedRadioButtonId()).equals(SettingsStore.MSAA_DEFAULT_LEVEL)) {
if (!mBinding.trackingProtectionRadio.getValueForId(mBinding.trackingProtectionRadio.getCheckedRadioButtonId()).equals(SettingsStore.TRACKING_DEFAULT)) {
setTrackingProtection(mBinding.trackingProtectionRadio.getIdForValue(SettingsStore.TRACKING_DEFAULT), true);
}

Expand Down

0 comments on commit 5a39169

Please sign in to comment.