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

Commit 4a7effd0 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...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/23499400



Change-Id: Id25051f6aee9a1a646f6841cd7a99adc1bd502eb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9d16c393 3aaf131a
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) {