[fenix] For https://github.com/mozilla-mobile/fenix/issues/10485 - Restore block video/audio on cellular data radio button

pull/600/head
ekager 4 years ago committed by Mihai Adrian
parent 26407fe308
commit 4cee96a5d4

@ -122,10 +122,7 @@ class SitePermissionsManagePhoneFeatureFragment : Fragment() {
// makes ALLOW_ALL behave as ALLOW_ON_WIFI
saveActionInSettings(AUTOPLAY_ALLOW_ALL)
}
// TODO replace with AUTOPLAY_ALLOW_ON_WIFI when
// https://bugzilla.mozilla.org/show_bug.cgi?id=1621825 is fixed. This GV bug
// makes ALLOW_ALL behave as ALLOW_ON_WIFI
restoreState(AUTOPLAY_ALLOW_ALL)
restoreState(AUTOPLAY_ALLOW_ON_WIFI)
} else {
text = getString(R.string.preference_option_phone_feature_blocked)
setOnClickListener {

Loading…
Cancel
Save