Merge "Fixes memory leak and NPE crash issue (2/3)." into tm-qpr-dev
diff --git a/src/com/android/customization/module/DefaultCustomizationSections.java b/src/com/android/customization/module/DefaultCustomizationSections.java
index c5affd1..7138add 100644
--- a/src/com/android/customization/module/DefaultCustomizationSections.java
+++ b/src/com/android/customization/module/DefaultCustomizationSections.java
@@ -84,7 +84,8 @@
         sectionControllers.add(
                 new WallpaperQuickSwitchSectionController(
                         wallpaperQuickSwitchViewModel,
-                        lifecycleOwner));
+                        lifecycleOwner,
+                        sectionNavigationController));
 
         switch (screen) {
             case LOCK_SCREEN: