commit | cc51e1bf43801e1f9f7b413f2dcf2cc8721d6ca8 | [log] [tgz] |
---|---|---|
author | Ale Nijamkin <nijamkin@google.com> | Fri Jan 13 04:22:18 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 13 04:22:18 2023 +0000 |
tree | 1752bbda652224ae9a903af6b06c012bd3811653 | |
parent | b9eb0180836bb4d285a91543d2c9fa1c9443d995 [diff] | |
parent | 623a184a22167cab1acf24d3ff3f6472250fb474 [diff] |
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: