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