Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b46650a1 authored by Sunny Shao's avatar Sunny Shao
Browse files

Use FooterPreference in xml explicitly

Removed the FooterPreferenceMixin from the ZenCustomRuleBlockedEffectsSettings page.

Fixes: 139264543
Test: manual test
Change-Id: Ib174eaa1c18b33e03fe5729d4a966b260e2bc15d
parent 2961394f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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