Loading src/com/android/customization/module/DefaultCustomizationSections.java +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
src/com/android/customization/module/DefaultCustomizationSections.java +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading