From b46650a10f0071c7021e804daea60dc4a6db6729 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Mon, 12 Aug 2019 17:10:17 +0800 Subject: [PATCH] Use FooterPreference in xml explicitly Removed the FooterPreferenceMixin from the ZenCustomRuleBlockedEffectsSettings page. Fixes: 139264543 Test: manual test Change-Id: Ib174eaa1c18b33e03fe5729d4a966b260e2bc15d --- .../notification/ZenCustomRuleBlockedEffectsSettings.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/android/settings/notification/ZenCustomRuleBlockedEffectsSettings.java b/src/com/android/settings/notification/ZenCustomRuleBlockedEffectsSettings.java index b4074451525..bb48c264735 100644 --- a/src/com/android/settings/notification/ZenCustomRuleBlockedEffectsSettings.java +++ b/src/com/android/settings/notification/ZenCustomRuleBlockedEffectsSettings.java @@ -32,8 +32,6 @@ public class ZenCustomRuleBlockedEffectsSettings extends ZenCustomRuleSettingsBa @Override public void onCreate(Bundle bundle) { super.onCreate(bundle); - mFooterPreferenceMixin.createFooterPreference().setTitle( - R.string.zen_mode_blocked_effects_footer); } @Override