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

Commit a51d9544 authored by SamarV-121's avatar SamarV-121 Committed by Michael Bestas
Browse files

ThemePicker: Expose quick affordances section on default UI

Change-Id: I9c87b6c84acd00329cb94d3f79db25c9c3412aef
parent b7c5f809
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -249,6 +249,17 @@ public final class DefaultCustomizationSections implements CustomizationSections
                        lifecycleOwner,
                        /* isRevampedUiEnabled= */ false));

        // Lock screen quick affordances section.
        sectionControllers.add(
                new KeyguardQuickAffordanceSectionController(
                        sectionNavigationController,
                        mKeyguardQuickAffordancePickerInteractor,
                        new ViewModelProvider(
                                activity,
                                mKeyguardQuickAffordancePickerViewModelFactory)
                                .get(KeyguardQuickAffordancePickerViewModel.class),
                        lifecycleOwner));

        // Icon pack selection section.
        sectionControllers.add(new IconPackSectionController(
                IconPackManager.getInstance(activity, new OverlayManagerCompat(activity)), sectionNavigationController));