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

Commit cc51e1bf authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "Fixes memory leak and NPE crash issue (2/3)." into tm-qpr-dev

parents b9eb0180 623a184a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@ public final class DefaultCustomizationSections implements CustomizationSections
        sectionControllers.add(
                new WallpaperQuickSwitchSectionController(
                        wallpaperQuickSwitchViewModel,
                        lifecycleOwner));
                        lifecycleOwner,
                        sectionNavigationController));

        switch (screen) {
            case LOCK_SCREEN: