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

Commit 3aaf131a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[tp] Fixes wallpaper quick switcher preview flashing (2/3)" into udc-dev am: f27b5277

parents fd4b1cf9 f27b5277
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -146,11 +146,11 @@ public final class DefaultCustomizationSections implements CustomizationSections
                                lifecycleOwner),
                        // Wallpaper quick switch section.
                        new WallpaperQuickSwitchSectionController(
                                screen,
                                customizationPickerViewModel.getWallpaperQuickSwitchViewModel(
                                        screen),
                                lifecycleOwner,
                                sectionNavigationController),
                                sectionNavigationController,
                                savedInstanceState == null),
                        /* reverseOrderWhenHorizontal= */ true));

        switch (screen) {