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

Commit aa582fc0 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

ThemePicker: Remove wallpaper color selection

parent 78b12c5a
Loading
Loading
Loading
Loading
+7 −17
Original line number Diff line number Diff line
@@ -158,23 +158,13 @@ public final class DefaultCustomizationSections implements CustomizationSections
                                customizationPickerViewModel));

        sectionControllers.add(
                new ConnectedSectionController(
                        // Theme color section.
                        new ColorSectionController(
                                sectionNavigationController,
                                new ViewModelProvider(
                                        activity,
                                        mColorPickerViewModelFactory)
                                        .get(ColorPickerViewModel.class),
                                lifecycleOwner),
                // Wallpaper quick switch section.
                new WallpaperQuickSwitchSectionController(
                        customizationPickerViewModel.getWallpaperQuickSwitchViewModel(
                                screen),
                        lifecycleOwner,
                        sectionNavigationController,
                                savedInstanceState == null),
                        /* reverseOrderWhenHorizontal= */ true));
                        savedInstanceState == null));

        switch (screen) {
            case LOCK_SCREEN: