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

Commit 8a51bf16 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

[tp] Fixes wallpaper quick switcher preview flashing (2/3)

- Repository changed to filter out unknown wallpaper IDs.
- View binder updated to only animate thumbnails, borders, and selection
  icons, at the right times

Fix: 281004766
Test: manually verified that the flashing is gone. Done so for initial
app load, switching wallpapers through the switcher, and switching to a
new wallpaper that wasn't present in the quick switcher. Please see
before/after videos attached to the bug.

Change-Id: I9f414181667b51a1eb30cbad4812e3f84b7fbe34
parent 5fa9b6a6
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) {