commit | 94315b885c56f179d2779ff15ff89e4017221ba2 | [log] [tgz] |
---|---|---|
author | Ale Nijamkin <nijamkin@google.com> | Fri Jan 13 04:55:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 13 04:55:50 2023 +0000 |
tree | 9b1b9a5d4d0ce3d31f181d5b88e0dbb2074bba9b | |
parent | 3f6e05387678ce13830be2602bc008baf6c1c2c5 [diff] | |
parent | cc51e1bf43801e1f9f7b413f2dcf2cc8721d6ca8 [diff] |
Merge "Fixes memory leak and NPE crash issue (2/3)." into tm-qpr-dev am: cc51e1bf43 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/20920223 Change-Id: I35bcd89c4e287100b227d1971a52bd7bae95e106 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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: